make VkSurfaceKHR non dispatchable
This commit is contained in:
@@ -35,7 +35,7 @@ class GlfwGenerator : Cpp2BeefGenerator, this(Span<char8*> args)
|
|||||||
public struct VkPhysicalDevice : int;
|
public struct VkPhysicalDevice : int;
|
||||||
public typealias VkResult = c_int;
|
public typealias VkResult = c_int;
|
||||||
public struct VkAllocationCallbacks;
|
public struct VkAllocationCallbacks;
|
||||||
public struct VkSurfaceKHR : int;
|
public struct VkSurfaceKHR : uint64;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user