HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueryPoolCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo (VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_={}, VULKAN_HPP_NAMESPACE::QueryType queryType_=VULKAN_HPP_NAMESPACE::QueryType::eOcclusion, uint32_t queryCount_={}, VULKAN_HPP_NAMESPACE::QueryPipelineStatisticFlags pipelineStatistics_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo (QueryPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueryPoolCreateInfo (VkQueryPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
QueryPoolCreateInfooperator= (QueryPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueryPoolCreateInfooperator= (VkQueryPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolCreateInfo
setFlags (VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolCreateInfo
setQueryType (VULKAN_HPP_NAMESPACE::QueryType queryType_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolCreateInfo
setQueryCount (uint32_t queryCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolCreateInfo
setPipelineStatistics (VULKAN_HPP_NAMESPACE::QueryPipelineStatisticFlags pipelineStatistics_) VULKAN_HPP_NOEXCEPT
 
 operator VkQueryPoolCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueryPoolCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueryPoolCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueryPoolCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueryPoolCreateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags flags = {}
 
VULKAN_HPP_NAMESPACE::QueryType queryType = VULKAN_HPP_NAMESPACE::QueryType::eOcclusion
 
uint32_t queryCount = {}
 
VULKAN_HPP_NAMESPACE::QueryPipelineStatisticFlags pipelineStatistics = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eQueryPoolCreateInfo
 

Detailed Description

Definition at line 84465 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::QueryPoolCreateInfo ( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags  flags_ = {},
VULKAN_HPP_NAMESPACE::QueryType  queryType_ = VULKAN_HPP_NAMESPACE::QueryType::eOcclusion,
uint32_t  queryCount_ = {},
VULKAN_HPP_NAMESPACE::QueryPipelineStatisticFlags  pipelineStatistics_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 84473 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::QueryPoolCreateInfo ( QueryPoolCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::QueryPoolCreateInfo ( VkQueryPoolCreateInfo const rhs)
inline

Definition at line 84488 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::operator VkQueryPoolCreateInfo & ( )
inline

Definition at line 84539 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::operator VkQueryPoolCreateInfo const & ( ) const
inline

Definition at line 84534 of file vulkan_structs.hpp.

QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::operator= ( QueryPoolCreateInfo const rhs)
default
QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::operator= ( VkQueryPoolCreateInfo const rhs)
inline

Definition at line 84495 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::operator== ( QueryPoolCreateInfo const rhs) const
inline

Definition at line 84564 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::setFlags ( VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags  flags_)
inline

Definition at line 84508 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::setPipelineStatistics ( VULKAN_HPP_NAMESPACE::QueryPipelineStatisticFlags  pipelineStatistics_)
inline

Definition at line 84527 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::setPNext ( const void pNext_)
inline

Definition at line 84502 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::setQueryCount ( uint32_t  queryCount_)
inline

Definition at line 84520 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolCreateInfo& VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::setQueryType ( VULKAN_HPP_NAMESPACE::QueryType  queryType_)
inline

Definition at line 84514 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::allowDuplicate = false
static

Definition at line 84469 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueryPoolCreateFlags VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::flags = {}

Definition at line 84583 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueryPipelineStatisticFlags VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::pipelineStatistics = {}

Definition at line 84586 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::pNext = {}

Definition at line 84582 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::queryCount = {}

Definition at line 84585 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueryType VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::queryType = VULKAN_HPP_NAMESPACE::QueryType::eOcclusion

Definition at line 84584 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::structureType = StructureType::eQueryPoolCreateInfo
static

Definition at line 84470 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo::sType = StructureType::eQueryPoolCreateInfo

Definition at line 84581 of file vulkan_structs.hpp.


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