Enum QueryManagerGraphicsApiExtraBufferSize

Enum Documentation

enum class gpa::metrics::QueryManagerGraphicsApiExtraBufferSize

Enumeration with hard-coded sizes, in bytes, of graphics API specific structures.

Note

They are used so that the client does not have a dependency upon the same or later version of the graphics API headers as the Direct Metrics DL uses.

Values:

enumerator kVulkanStructureTypePhysicalDeviceFeatures2

For Vulkan, sizeof(VkPhysicalDeviceFeatures2).

enumerator kVulkanStructureTypePhysicalDeviceHostQueryResetFeaturesExt

For Vulkan, sizeof(VkPhysicalDeviceHostQueryResetFeaturesEXT).