mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 23:45:37 +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(
|
||||
IntPtr window,
|
||||
IntPtr instance,
|
||||
out IntPtr surface
|
||||
out ulong surface
|
||||
);
|
||||
|
||||
/* window refers to an SDL_Window*.
|
||||
|
|
Loading…
Reference in a new issue