Vulkan parameter type fixes

pull/119/head
Ethan Lee 2017-08-31 20:56:29 -04:00
parent dc98059905
commit 9cdd0079b4
1 changed files with 2 additions and 2 deletions

View File

@ -1816,7 +1816,7 @@ namespace SDL2
public static extern SDL_bool SDL_Vulkan_GetInstanceExtensions(
IntPtr window,
out uint pCount,
out IntPtr pNames
IntPtr[] pNames
);
/* window refers to an SDL_Window.
@ -1828,7 +1828,7 @@ namespace SDL2
public static extern SDL_bool SDL_Vulkan_CreateSurface(
IntPtr window,
IntPtr instance,
ref IntPtr surface
out IntPtr surface
);
/* window refers to an SDL_Window*.