Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkQueryPoolCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eQueryPoolCreateInfo |
const void * | pNext = {} |
vk::QueryPoolCreateFlags | flags = {} |
vk::QueryType | queryType = vk::QueryType::eOcclusion |
uint32_t | queryCount = {} |
vk::QueryPipelineStatisticFlags | pipelineStatistics = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eQueryPoolCreateInfo |
Definition at line 97612 of file vulkan_structs.hpp.
Definition at line 97614 of file vulkan_structs.hpp.
|
inline |
Definition at line 97620 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 97635 of file vulkan_structs.hpp.
|
inline |
Definition at line 97686 of file vulkan_structs.hpp.
|
inline |
Definition at line 97681 of file vulkan_structs.hpp.
|
inline |
Definition at line 97721 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 97642 of file vulkan_structs.hpp.
|
inline |
Definition at line 97711 of file vulkan_structs.hpp.
|
inline |
Definition at line 97655 of file vulkan_structs.hpp.
|
inline |
Definition at line 97674 of file vulkan_structs.hpp.
|
inline |
Definition at line 97649 of file vulkan_structs.hpp.
|
inline |
Definition at line 97667 of file vulkan_structs.hpp.
|
inline |
Definition at line 97661 of file vulkan_structs.hpp.
|
static |
Definition at line 97616 of file vulkan_structs.hpp.
vk::QueryPoolCreateFlags vk::QueryPoolCreateInfo::flags = {} |
Definition at line 97730 of file vulkan_structs.hpp.
vk::QueryPipelineStatisticFlags vk::QueryPoolCreateInfo::pipelineStatistics = {} |
Definition at line 97733 of file vulkan_structs.hpp.
const void* vk::QueryPoolCreateInfo::pNext = {} |
Definition at line 97729 of file vulkan_structs.hpp.
uint32_t vk::QueryPoolCreateInfo::queryCount = {} |
Definition at line 97732 of file vulkan_structs.hpp.
vk::QueryType vk::QueryPoolCreateInfo::queryType = vk::QueryType::eOcclusion |
Definition at line 97731 of file vulkan_structs.hpp.
|
static |
Definition at line 97617 of file vulkan_structs.hpp.
vk::StructureType vk::QueryPoolCreateInfo::sType = StructureType::eQueryPoolCreateInfo |
Definition at line 97728 of file vulkan_structs.hpp.