1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brian Fiete 2020-07-13 05:08:59 -07:00
commit 52af512b4f

View file

@ -1016,11 +1016,11 @@ namespace SDL2
[LinkName("SDL_Vulkan_GetInstanceExtensions")]
public static extern Bool Vulkan_GetInstanceExtensions(Window* window, out uint32 pCount, char8** pNames);
struct VkInstance : int
public struct VkInstance : int
{
}
struct VkSurfaceKHR : int
public struct VkSurfaceKHR : int
{
}