Skip to content

Commit 8d01330

Browse files
committed
Removed erroneous header version check
1 parent c07c80e commit 8d01330

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

include/vsg/vk/vulkan.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,6 @@ typedef struct VkPhysicalDeviceBufferDeviceAddressFeaturesEXT
308308
} VkPhysicalDeviceBufferDeviceAddressFeaturesEXT;
309309
#endif
310310

311-
////////////////////////////////////////////////////////////////////////////////////////////////////
312-
//
313-
// Definitions not provided prior to 1.1.106
314-
//
315-
#if VK_HEADER_VERSION < 105
316-
317311
#define VK_EXT_host_query_reset 1
318312
#define VK_EXT_HOST_QUERY_RESET_SPEC_VERSION 1
319313
#define VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME "VK_EXT_host_query_reset"
@@ -325,9 +319,6 @@ typedef struct VkPhysicalDeviceHostQueryResetFeaturesEXT {
325319

326320
typedef void (VKAPI_PTR *PFN_vkResetQueryPoolEXT)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount);
327321

328-
329-
330-
331322
#endif
332323

333324
////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)