Skip to content

Commit b2828ff

Browse files
Merge pull request #1696 from vsg-dev/OlderVulkanHeaderFixes
Added compatility with vulan_core.h older than 1.1.97
2 parents e3ab002 + 762f97a commit b2828ff

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

include/vsg/vk/vulkan.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ typedef struct VkMemoryPriorityAllocateInfoEXT {
149149
float priority;
150150
} VkMemoryPriorityAllocateInfoEXT;
151151

152+
153+
#define VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_EXT VkStructureType(1000202000)
154+
#define VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_EXT VkStructureType(1000202001)
155+
#define VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT VkStructureType(1000237000)
156+
#define VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT VkStructureType(1000247000)
157+
152158
#endif
153159

154160
////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)