Update to latest ZVulkan
This commit is contained in:
parent
e9e9081372
commit
d9c896a903
32 changed files with 14799 additions and 6220 deletions
|
|
@ -38,6 +38,7 @@ public:
|
|||
VkPhysicalDeviceMemoryProperties Memory = {};
|
||||
VkPhysicalDeviceAccelerationStructurePropertiesKHR AccelerationStructure = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_PROPERTIES_KHR };
|
||||
VkPhysicalDeviceDescriptorIndexingProperties DescriptorIndexing = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT };
|
||||
VkPhysicalDeviceLayeredDriverPropertiesMSFT LayeredDriver = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT };
|
||||
};
|
||||
|
||||
class VulkanPhysicalDevice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue