From 1d22d272c5f1c438ff4844e717dd3f08b39a3e08 Mon Sep 17 00:00:00 2001 From: Rune Date: Sun, 29 Mar 2026 15:41:36 +0000 Subject: [PATCH] make VkSurfaceKHR non dispatchable --- Setup/src/Program.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/src/Program.bf b/Setup/src/Program.bf index 8de58c2..011370d 100644 --- a/Setup/src/Program.bf +++ b/Setup/src/Program.bf @@ -35,7 +35,7 @@ class GlfwGenerator : Cpp2BeefGenerator, this(Span args) public struct VkPhysicalDevice : int; public typealias VkResult = c_int; public struct VkAllocationCallbacks; - public struct VkSurfaceKHR : int; + public struct VkSurfaceKHR : uint64; }