1 type VkInstance = MutPtr 2 type VkSurface = MutPtr 3 type VkDevice = MutPtr 4 type VkQueue = MutPtr 5 type VkSwapchain = MutPtr 6 type VkImage = MutPtr 7 type VkImageView = MutPtr 8 type VkShaderModule = MutPtr 9 type VkPhysicalDevice = MutPtr 10 type VkPipelineLayout = MutPtr 11 type VkPipelineCache = MutPtr 12 type VkDescriptorSetLayout = MutPtr 13 type VkDescriptorPool = MutPtr 14 type VkDescriptorSet = MutPtr 15 type VkRenderPass = MutPtr 16 type VkPipeline = MutPtr 17 type VkCommandPool = MutPtr 18 type VkFramebuffer = MutPtr 19 type VkSemaphore = MutPtr 20 type VkFence = MutPtr 21 type VkCommandBuffer = MutPtr 22 type VkQueryPool = MutPtr 23 type VkSampler = MutPtr 24 type VkBuffer = MutPtr 25 type VkBufferView = MutPtr 26 type VkMemory = MutPtr 27 type Allocator = Ptr 28 type DebugUtilsMessengerExt = MutPtr 29