ReactOS 0.4.17-dev-934-g091855f
VkQueryPoolCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkQueryPoolCreateInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkQueryPoolCreateFlags flags
 
VkQueryType queryType
 
uint32_t queryCount
 
VkQueryPipelineStatisticFlags pipelineStatistics
 

Detailed Description

Definition at line 13476 of file vulkan.h.

Member Data Documentation

◆ flags

VkQueryPoolCreateFlags VkQueryPoolCreateInfo::flags

Definition at line 13480 of file vulkan.h.

Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().

◆ pipelineStatistics

VkQueryPipelineStatisticFlags VkQueryPoolCreateInfo::pipelineStatistics

Definition at line 13483 of file vulkan.h.

Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().

◆ pNext

const void* VkQueryPoolCreateInfo::pNext

Definition at line 13479 of file vulkan.h.

Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().

◆ queryCount

uint32_t VkQueryPoolCreateInfo::queryCount

Definition at line 13482 of file vulkan.h.

Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().

◆ queryType

VkQueryType VkQueryPoolCreateInfo::queryType

Definition at line 13481 of file vulkan.h.

Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().

◆ sType

VkStructureType VkQueryPoolCreateInfo::sType

Definition at line 13478 of file vulkan.h.

Referenced by d3d12_query_heap_create(), and wined3d_query_pool_vk_init().


The documentation for this struct was generated from the following file: