Struct QueryManagerGraphicsApiExtraBuffersVulkanDevice

Struct Documentation

struct QueryManagerGraphicsApiExtraBuffersVulkanDevice

Structure that holds extra Vulkan VkDevice specific creation related data buffers.

Todo:

Consider using actual VkPhysicalDeviceFeatures2 and VkPhysicalDeviceHostQueryResetFeaturesEXT structs instead if define VK_HEADER_VERSION >= 104.

Public Members

uint8_t pPhysicalDeviceFeatures2[static_cast<size_t>(QueryManagerGraphicsApiExtraBufferSize::kVulkanStructureTypePhysicalDeviceFeatures2)]

VkPhysicalDeviceFeatures2 struct to use and link if needed.

uint8_t pPhysicalDeviceHostQueryResetFeatures[static_cast<size_t>(QueryManagerGraphicsApiExtraBufferSize::kVulkanStructureTypePhysicalDeviceHostQueryResetFeaturesExt)]

VkPhysicalDeviceHostQueryResetFeaturesEXT struct to use and link if needed.