File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3271,7 +3271,7 @@ pub var debugMessageInsert: *const fn (
32713271 message : [* c ]const Char ,
32723272) callconv (.c ) void = undefined ;
32733273pub var debugMessageCallback : * const fn (
3274- callback : DEBUGPROC ,
3274+ callback : ? DEBUGPROC ,
32753275 userParam : ? * const anyopaque ,
32763276) callconv (.c ) void = undefined ;
32773277pub var getDebugMessageLog : * const fn (
@@ -4376,7 +4376,7 @@ pub var debugMessageInsertKHR: *const fn (
43764376 buf : [* c ]const Char ,
43774377) callconv (.c ) void = undefined ;
43784378pub var debugMessageCallbackKHR : * const fn (
4379- callback : DEBUGPROC ,
4379+ callback : ? DEBUGPROC ,
43804380 userParam : ? * const anyopaque ,
43814381) callconv (.c ) void = undefined ;
43824382pub var getDebugMessageLogKHR : * const fn (
You can’t perform that action at this time.
0 commit comments