struct QueryPoolCreateInfo
Defined at line 169525 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkQueryPoolCreateInfo, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkQueryPoolCreateInfo.html
Public Members
StructureType sType
const void * pNext
Flags flags
QueryType queryType
uint32_t queryCount
Flags pipelineStatistics
Public Methods
void QueryPoolCreateInfo (QueryPoolCreateFlagsflags_,QueryTypequeryType_,uint32_tqueryCount_,QueryPipelineStatisticFlagspipelineStatistics_,const void *pNext_)
Defined at line 169533 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void QueryPoolCreateInfo (const QueryPoolCreateInfo & rhs)
Defined at line 169546 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void QueryPoolCreateInfo (const VkQueryPoolCreateInfo & rhs)
Defined at line 169548 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & operator= (const QueryPoolCreateInfo & rhs)
Defined at line 169552 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & operator= (const VkQueryPoolCreateInfo & rhs)
Defined at line 169555 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setPNext (const void * pNext_)
Defined at line 169562 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo && setPNext (const void * pNext_)
Defined at line 169568 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setFlags (QueryPoolCreateFlags flags_)
Defined at line 169574 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo && setFlags (QueryPoolCreateFlags flags_)
Defined at line 169580 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setQueryType (QueryType queryType_)
Defined at line 169586 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo && setQueryType (QueryType queryType_)
Defined at line 169592 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setQueryCount (uint32_t queryCount_)
Defined at line 169598 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo && setQueryCount (uint32_t queryCount_)
Defined at line 169604 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setPipelineStatistics (QueryPipelineStatisticFlags pipelineStatistics_)
Defined at line 169610 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo && setPipelineStatistics (QueryPipelineStatisticFlags pipelineStatistics_)
Defined at line 169616 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkQueryPoolCreateInfo & operator const VkQueryPoolCreateInfo & ()
Defined at line 169623 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkQueryPoolCreateInfo & operator VkQueryPoolCreateInfo & ()
Defined at line 169628 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkQueryPoolCreateInfo * operator const VkQueryPoolCreateInfo * ()
Defined at line 169633 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkQueryPoolCreateInfo * operator VkQueryPoolCreateInfo * ()
Defined at line 169638 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const QueryPoolCreateInfo & )
Defined at line 169653 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp