SDL_Vulkan_CreateSurface should use ulong
This commit is contained in:
parent
80a13ba107
commit
499ad108b9
@ -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*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user