Browse Source

Merge remote-tracking branch 'origin/master'

Brian Fiete 5 years ago
parent
commit
52af512b4f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BeefLibs/SDL2/src/SDL2.bf

+ 2 - 2
BeefLibs/SDL2/src/SDL2.bf

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