Vulkan-Hpp
vk::SubpassFragmentDensityMapOffsetEndInfoQCOM Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSubpassFragmentDensityMapOffsetEndInfoQCOM
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SubpassFragmentDensityMapOffsetEndInfoQCOM (uint32_t fragmentDensityOffsetCount_={}, const vk::Offset2D *pFragmentDensityOffsets_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SubpassFragmentDensityMapOffsetEndInfoQCOM (SubpassFragmentDensityMapOffsetEndInfoQCOM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SubpassFragmentDensityMapOffsetEndInfoQCOM (VkSubpassFragmentDensityMapOffsetEndInfoQCOM const &rhs) VULKAN_HPP_NOEXCEPT
 
 SubpassFragmentDensityMapOffsetEndInfoQCOM (vk::ArrayProxyNoTemporaries< const vk::Offset2D > const &fragmentDensityOffsets_, const void *pNext_=nullptr)
 
SubpassFragmentDensityMapOffsetEndInfoQCOMoperator= (SubpassFragmentDensityMapOffsetEndInfoQCOM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SubpassFragmentDensityMapOffsetEndInfoQCOMoperator= (VkSubpassFragmentDensityMapOffsetEndInfoQCOM const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SubpassFragmentDensityMapOffsetEndInfoQCOMsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SubpassFragmentDensityMapOffsetEndInfoQCOMsetFragmentDensityOffsetCount (uint32_t fragmentDensityOffsetCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SubpassFragmentDensityMapOffsetEndInfoQCOMsetPFragmentDensityOffsets (const vk::Offset2D *pFragmentDensityOffsets_) VULKAN_HPP_NOEXCEPT
 
SubpassFragmentDensityMapOffsetEndInfoQCOMsetFragmentDensityOffsets (vk::ArrayProxyNoTemporaries< const vk::Offset2D > const &fragmentDensityOffsets_) VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassFragmentDensityMapOffsetEndInfoQCOM const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassFragmentDensityMapOffsetEndInfoQCOM & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SubpassFragmentDensityMapOffsetEndInfoQCOM const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SubpassFragmentDensityMapOffsetEndInfoQCOM const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSubpassFragmentDensityMapOffsetEndInfoQCOM
 
const void * pNext = {}
 
uint32_t fragmentDensityOffsetCount = {}
 
const vk::Offset2DpFragmentDensityOffsets = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 109157 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SubpassFragmentDensityMapOffsetEndInfoQCOM() [1/4]

VULKAN_HPP_CONSTEXPR vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::SubpassFragmentDensityMapOffsetEndInfoQCOM ( uint32_t  fragmentDensityOffsetCount_ = {},
const vk::Offset2D pFragmentDensityOffsets_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 109165 of file vulkan_structs.hpp.

◆ SubpassFragmentDensityMapOffsetEndInfoQCOM() [2/4]

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

◆ SubpassFragmentDensityMapOffsetEndInfoQCOM() [3/4]

vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::SubpassFragmentDensityMapOffsetEndInfoQCOM ( VkSubpassFragmentDensityMapOffsetEndInfoQCOM const &  rhs)
inline

Definition at line 109176 of file vulkan_structs.hpp.

◆ SubpassFragmentDensityMapOffsetEndInfoQCOM() [4/4]

vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::SubpassFragmentDensityMapOffsetEndInfoQCOM ( vk::ArrayProxyNoTemporaries< const vk::Offset2D > const &  fragmentDensityOffsets_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 109182 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSubpassFragmentDensityMapOffsetEndInfoQCOM &()

vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::operator VkSubpassFragmentDensityMapOffsetEndInfoQCOM & ( )
inline

Definition at line 109237 of file vulkan_structs.hpp.

◆ operator VkSubpassFragmentDensityMapOffsetEndInfoQCOM const &()

vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::operator VkSubpassFragmentDensityMapOffsetEndInfoQCOM const & ( ) const
inline

Definition at line 109232 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 109267 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SubpassFragmentDensityMapOffsetEndInfoQCOM& vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::operator= ( VkSubpassFragmentDensityMapOffsetEndInfoQCOM const &  rhs)
inline

Definition at line 109194 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 109257 of file vulkan_structs.hpp.

◆ setFragmentDensityOffsetCount()

VULKAN_HPP_CONSTEXPR_14 SubpassFragmentDensityMapOffsetEndInfoQCOM& vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::setFragmentDensityOffsetCount ( uint32_t  fragmentDensityOffsetCount_)
inline

Definition at line 109208 of file vulkan_structs.hpp.

◆ setFragmentDensityOffsets()

SubpassFragmentDensityMapOffsetEndInfoQCOM& vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::setFragmentDensityOffsets ( vk::ArrayProxyNoTemporaries< const vk::Offset2D > const &  fragmentDensityOffsets_)
inline

Definition at line 109222 of file vulkan_structs.hpp.

◆ setPFragmentDensityOffsets()

VULKAN_HPP_CONSTEXPR_14 SubpassFragmentDensityMapOffsetEndInfoQCOM& vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::setPFragmentDensityOffsets ( const vk::Offset2D pFragmentDensityOffsets_)
inline

Definition at line 109215 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 SubpassFragmentDensityMapOffsetEndInfoQCOM& vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::setPNext ( const void *  pNext_)
inline

Definition at line 109201 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 109161 of file vulkan_structs.hpp.

◆ fragmentDensityOffsetCount

uint32_t vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::fragmentDensityOffsetCount = {}

Definition at line 109276 of file vulkan_structs.hpp.

◆ pFragmentDensityOffsets

const vk::Offset2D* vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::pFragmentDensityOffsets = {}

Definition at line 109277 of file vulkan_structs.hpp.

◆ pNext

const void* vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::pNext = {}

Definition at line 109275 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::structureType = StructureType::eSubpassFragmentDensityMapOffsetEndInfoQCOM
static

Definition at line 109162 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SubpassFragmentDensityMapOffsetEndInfoQCOM::sType = StructureType::eSubpassFragmentDensityMapOffsetEndInfoQCOM

Definition at line 109274 of file vulkan_structs.hpp.


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