mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:45:28 +00:00
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…
Reference in a new issue