File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -806,6 +806,10 @@ typedef VkDeviceAddress(VKAPI_PTR* PFN_vkGetBufferDeviceAddressKHR_Compatibility
806
806
// Definitions not provided prior to 1.3.211
807
807
//
808
808
#if VK_HEADER_VERSION < 204
809
+ #define VK_API_VERSION_1_3 VK_MAKE_VERSION(1, 3, 0)
810
+ #endif
811
+
812
+ #if VK_HEADER_VERSION < 211
809
813
typedef enum VkInstanceCreateFlagBits {
810
814
VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR = 0x00000001 ,
811
815
VK_INSTANCE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
@@ -815,9 +819,6 @@ typedef VkFlags VkInstanceCreateFlags;
815
819
#define VK_KHR_portability_enumeration 1
816
820
#define VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION 1
817
821
#define VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME "VK_KHR_portability_enumeration"
818
-
819
- #define VK_API_VERSION_1_3 VK_MAKE_VERSION(1, 3, 0)
820
-
821
822
#endif
822
823
823
824
//
You can’t perform that action at this time.
0 commit comments