SDL_Vulkan_CreateSurface should use ulong

This commit is contained in:
Caleb Cornett 2019-08-31 17:47:50 -04:00 committed by Ethan Lee
parent 80a13ba107
commit 499ad108b9

View file

@ -1895,7 +1895,7 @@ namespace SDL2
public static extern SDL_bool SDL_Vulkan_CreateSurface( public static extern SDL_bool SDL_Vulkan_CreateSurface(
IntPtr window, IntPtr window,
IntPtr instance, IntPtr instance,
out IntPtr surface out ulong surface
); );
/* window refers to an SDL_Window*. /* window refers to an SDL_Window*.