mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
52af512b4f
1 changed files with 2 additions and 2 deletions
|
@ -1016,11 +1016,11 @@ namespace SDL2
|
||||||
[LinkName("SDL_Vulkan_GetInstanceExtensions")]
|
[LinkName("SDL_Vulkan_GetInstanceExtensions")]
|
||||||
public static extern Bool Vulkan_GetInstanceExtensions(Window* window, out uint32 pCount, char8** pNames);
|
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
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue