1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Merge pull request #416 from JamesOrson/BEEF-415_VkInstance-and-VkSurfaceKHR-need-to-be-public

Make VkInstance and VkSurfaceKHR public
This commit is contained in:
Brian Fiete 2020-07-13 05:04:46 -07:00 committed by GitHub
commit 81fe917790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
{
}