Update Vulkan-Headers to v1.3.228
This commit is contained in:
@@ -1296,11 +1296,6 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
//=== VK_KHR_ray_query ===
|
||||
struct PhysicalDeviceRayQueryFeaturesKHR;
|
||||
|
||||
//=== VK_VALVE_mutable_descriptor_type ===
|
||||
struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVE;
|
||||
struct MutableDescriptorTypeListVALVE;
|
||||
struct MutableDescriptorTypeCreateInfoVALVE;
|
||||
|
||||
//=== VK_EXT_vertex_input_dynamic_state ===
|
||||
struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT;
|
||||
struct VertexInputBindingDescription2EXT;
|
||||
@@ -1459,6 +1454,14 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
struct PhysicalDeviceAmigoProfilingFeaturesSEC;
|
||||
struct AmigoProfilingSubmitInfoSEC;
|
||||
|
||||
//=== VK_EXT_mutable_descriptor_type ===
|
||||
struct PhysicalDeviceMutableDescriptorTypeFeaturesEXT;
|
||||
using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeaturesEXT;
|
||||
struct MutableDescriptorTypeListEXT;
|
||||
using MutableDescriptorTypeListVALVE = MutableDescriptorTypeListEXT;
|
||||
struct MutableDescriptorTypeCreateInfoEXT;
|
||||
using MutableDescriptorTypeCreateInfoVALVE = MutableDescriptorTypeCreateInfoEXT;
|
||||
|
||||
//===============
|
||||
//=== HANDLEs ===
|
||||
//===============
|
||||
|
||||
Reference in New Issue
Block a user