struct QueryPoolCreateInfo
Defined at line 106716 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
StructureType sType
const void * pNext
Flags flags
QueryType queryType
uint32_t queryCount
Flags pipelineStatistics
Public Methods
void QueryPoolCreateInfo (vk::QueryPoolCreateFlags flags_, vk::QueryType queryType_, uint32_t queryCount_, vk::QueryPipelineStatisticFlags pipelineStatistics_, const void * pNext_)
Defined at line 106724 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void QueryPoolCreateInfo (const QueryPoolCreateInfo & rhs)
Defined at line 106737 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void QueryPoolCreateInfo (const VkQueryPoolCreateInfo & rhs)
Defined at line 106739 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & operator= (const QueryPoolCreateInfo & rhs)
Defined at line 106743 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & operator= (const VkQueryPoolCreateInfo & rhs)
Defined at line 106746 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setPNext (const void * pNext_)
Defined at line 106753 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setFlags (vk::QueryPoolCreateFlags flags_)
Defined at line 106759 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setQueryType (vk::QueryType queryType_)
Defined at line 106765 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setQueryCount (uint32_t queryCount_)
Defined at line 106771 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
QueryPoolCreateInfo & setPipelineStatistics (vk::QueryPipelineStatisticFlags pipelineStatistics_)
Defined at line 106777 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkQueryPoolCreateInfo & operator const VkQueryPoolCreateInfo & ()
Defined at line 106785 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkQueryPoolCreateInfo & operator VkQueryPoolCreateInfo & ()
Defined at line 106790 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const QueryPoolCreateInfo & )
Defined at line 106813 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp