We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5e23b commit b10c9ddCopy full SHA for b10c9dd
src/vulkan_header_fix.h
@@ -1509,6 +1509,7 @@ typedef enum VkCooperativeVectorMatrixLayoutNV
1509
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_TRAINING_OPTIMAL_NV = 3,
1510
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_MAX_ENUM_NV = 0x7FFFFFFF
1511
} VkCooperativeVectorMatrixLayoutNV;
1512
+#ifndef VK_KHR_acceleration_structure
1513
typedef union VkDeviceOrHostAddressConstKHR
1514
{
1515
VkDeviceAddress deviceAddress;
@@ -1519,6 +1520,7 @@ typedef union VkDeviceOrHostAddressKHR
1519
1520
1521
void* hostAddress;
1522
} VkDeviceOrHostAddressKHR;
1523
+#endif // VK_KHR_acceleration_structure
1524
typedef struct VkPhysicalDeviceCooperativeVectorPropertiesNV
1525
1526
VkStructureType sType;
0 commit comments