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 {
1165
1165
}
1166
1166
extern fn SDL_Vulkan_UnloadLibrary () void ;
1167
1167
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 );
1170
1170
}
1171
- extern fn SDL_Vulkan_GetInstanceExtensions (count : * i32 , names : ? [* ][* :0 ]u8 ) bool ;
1171
+ extern fn SDL_Vulkan_GetInstanceExtensions (count : * i32 ) ? [* ][* :0 ]u8 ;
1172
1172
1173
1173
pub fn createSurface (window : * Window , instance : Instance , surface : * anyopaque ) bool {
1174
1174
return SDL_Vulkan_CreateSurface (window , instance , surface );
You can’t perform that action at this time.
0 commit comments