forked from mirror/vulkan-zig
Use *Alloc() functions in example
This commit is contained in:
@@ -197,6 +197,10 @@ const enumerate_functions = std.StaticStringMap(void).initComptime(.{
|
||||
.{"vkEnumerateInstanceExtensionProperties"},
|
||||
.{"vkEnumeratePhysicalDevices"},
|
||||
.{"vkGetPhysicalDeviceQueueFamilyProperties"},
|
||||
.{"vkGetPhysicalDeviceSurfaceFormatsKHR"},
|
||||
.{"vkGetPhysicalDeviceSurfacePresentModesKHR"},
|
||||
.{"vkEnumerateDeviceExtensionProperties"},
|
||||
.{"vkGetSwapchainImagesKHR"},
|
||||
});
|
||||
|
||||
// Given one of the above commands, returns the type of the array elements
|
||||
|
||||
Reference in New Issue
Block a user