File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1165,10 +1165,10 @@ pub const vk = struct {
11651165 }
11661166 extern fn SDL_Vulkan_UnloadLibrary () void ;
11671167
1168- pub fn getInstanceExtensions (count : * i32 , maybe_names : ? [* ][* :0 ]u8 ) bool {
1169- return SDL_Vulkan_GetInstanceExtensions (count , maybe_names );
1168+ pub fn getInstanceExtensions (count : * i32 ) ? [* ][* :0 ]u8 {
1169+ return SDL_Vulkan_GetInstanceExtensions (count );
11701170 }
1171- extern fn SDL_Vulkan_GetInstanceExtensions (count : * i32 , names : ? [* ][* :0 ]u8 ) bool ;
1171+ extern fn SDL_Vulkan_GetInstanceExtensions (count : * i32 ) ? [* ][* :0 ]u8 ;
11721172
11731173 pub fn createSurface (window : * Window , instance : Instance , surface : * anyopaque ) bool {
11741174 return SDL_Vulkan_CreateSurface (window , instance , surface );
You can’t perform that action at this time.
0 commit comments