Vulkan-Hpp
vk::SubpassResolvePerformanceQueryEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSubpassResolvePerformanceQueryEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SubpassResolvePerformanceQueryEXT (vk::Bool32 optimal_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SubpassResolvePerformanceQueryEXT (SubpassResolvePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SubpassResolvePerformanceQueryEXT (VkSubpassResolvePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
SubpassResolvePerformanceQueryEXToperator= (SubpassResolvePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SubpassResolvePerformanceQueryEXToperator= (VkSubpassResolvePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassResolvePerformanceQueryEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassResolvePerformanceQueryEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SubpassResolvePerformanceQueryEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SubpassResolvePerformanceQueryEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSubpassResolvePerformanceQueryEXT
 
void * pNext = {}
 
vk::Bool32 optimal = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 109286 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SubpassResolvePerformanceQueryEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::SubpassResolvePerformanceQueryEXT::SubpassResolvePerformanceQueryEXT ( vk::Bool32  optimal_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 109294 of file vulkan_structs.hpp.

◆ SubpassResolvePerformanceQueryEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::SubpassResolvePerformanceQueryEXT::SubpassResolvePerformanceQueryEXT ( SubpassResolvePerformanceQueryEXT const &  rhs)
default

◆ SubpassResolvePerformanceQueryEXT() [3/3]

vk::SubpassResolvePerformanceQueryEXT::SubpassResolvePerformanceQueryEXT ( VkSubpassResolvePerformanceQueryEXT const &  rhs)
inline

Definition at line 109302 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSubpassResolvePerformanceQueryEXT &()

vk::SubpassResolvePerformanceQueryEXT::operator VkSubpassResolvePerformanceQueryEXT & ( )
inline

Definition at line 109321 of file vulkan_structs.hpp.

◆ operator VkSubpassResolvePerformanceQueryEXT const &()

vk::SubpassResolvePerformanceQueryEXT::operator VkSubpassResolvePerformanceQueryEXT const & ( ) const
inline

Definition at line 109316 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::SubpassResolvePerformanceQueryEXT::operator!= ( SubpassResolvePerformanceQueryEXT const &  rhs) const
inline

Definition at line 109350 of file vulkan_structs.hpp.

◆ operator=() [1/2]

SubpassResolvePerformanceQueryEXT& vk::SubpassResolvePerformanceQueryEXT::operator= ( SubpassResolvePerformanceQueryEXT const &  rhs)
default

◆ operator=() [2/2]

SubpassResolvePerformanceQueryEXT& vk::SubpassResolvePerformanceQueryEXT::operator= ( VkSubpassResolvePerformanceQueryEXT const &  rhs)
inline

Definition at line 109310 of file vulkan_structs.hpp.

◆ operator==()

bool vk::SubpassResolvePerformanceQueryEXT::operator== ( SubpassResolvePerformanceQueryEXT const &  rhs) const
inline

Definition at line 109341 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::SubpassResolvePerformanceQueryEXT::allowDuplicate = false
static

Definition at line 109290 of file vulkan_structs.hpp.

◆ optimal

vk::Bool32 vk::SubpassResolvePerformanceQueryEXT::optimal = {}

Definition at line 109359 of file vulkan_structs.hpp.

◆ pNext

void* vk::SubpassResolvePerformanceQueryEXT::pNext = {}

Definition at line 109358 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SubpassResolvePerformanceQueryEXT::structureType = StructureType::eSubpassResolvePerformanceQueryEXT
static

Definition at line 109291 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SubpassResolvePerformanceQueryEXT::sType = StructureType::eSubpassResolvePerformanceQueryEXT

Definition at line 109357 of file vulkan_structs.hpp.


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