We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ba2a8 commit e8a67dfCopy full SHA for e8a67df
src/bindings.zig
@@ -3317,7 +3317,7 @@ pub var getObjectPtrLabel: *const fn (
3317
) callconv(.c) void = undefined;
3318
pub var getPointerv: *const fn (
3319
pname: Enum,
3320
- params: *anyopaque,
+ params: [*c]?*anyopaque,
3321
3322
//--------------------------------------------------------------------------------------------------
3323
//
@@ -4391,7 +4391,7 @@ pub var getDebugMessageLogKHR: *const fn (
4391
) callconv(.c) Uint = undefined;
4392
pub var getPointervKHR: *const fn (
4393
4394
4395
4396
pub var pushDebugGroupKHR: *const fn (
4397
source: Enum,
0 commit comments