Vulkan-Hpp
vk::RenderingAreaInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkRenderingAreaInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR RenderingAreaInfoKHR (uint32_t viewMask_={}, uint32_t colorAttachmentCount_={}, const vk::Format *pColorAttachmentFormats_={}, vk::Format depthAttachmentFormat_=vk::Format::eUndefined, vk::Format stencilAttachmentFormat_=vk::Format::eUndefined, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR RenderingAreaInfoKHR (RenderingAreaInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 RenderingAreaInfoKHR (VkRenderingAreaInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 RenderingAreaInfoKHR (uint32_t viewMask_, vk::ArrayProxyNoTemporaries< const vk::Format > const &colorAttachmentFormats_, vk::Format depthAttachmentFormat_=vk::Format::eUndefined, vk::Format stencilAttachmentFormat_=vk::Format::eUndefined, const void *pNext_=nullptr)
 
RenderingAreaInfoKHRoperator= (RenderingAreaInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
RenderingAreaInfoKHRoperator= (VkRenderingAreaInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHRsetViewMask (uint32_t viewMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHRsetColorAttachmentCount (uint32_t colorAttachmentCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHRsetPColorAttachmentFormats (const vk::Format *pColorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
RenderingAreaInfoKHRsetColorAttachmentFormats (vk::ArrayProxyNoTemporaries< const vk::Format > const &colorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHRsetDepthAttachmentFormat (vk::Format depthAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHRsetStencilAttachmentFormat (vk::Format stencilAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
 operator VkRenderingAreaInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkRenderingAreaInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (RenderingAreaInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (RenderingAreaInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eRenderingAreaInfoKHR
 
const void * pNext = {}
 
uint32_t viewMask = {}
 
uint32_t colorAttachmentCount = {}
 
const vk::FormatpColorAttachmentFormats = {}
 
vk::Format depthAttachmentFormat = vk::Format::eUndefined
 
vk::Format stencilAttachmentFormat = vk::Format::eUndefined
 

Static Public Attributes

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

Detailed Description

Definition at line 103138 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ RenderingAreaInfoKHR() [1/4]

VULKAN_HPP_CONSTEXPR vk::RenderingAreaInfoKHR::RenderingAreaInfoKHR ( uint32_t  viewMask_ = {},
uint32_t  colorAttachmentCount_ = {},
const vk::Format pColorAttachmentFormats_ = {},
vk::Format  depthAttachmentFormat_ = vk::Format::eUndefined,
vk::Format  stencilAttachmentFormat_ = vk::Format::eUndefined,
const void *  pNext_ = nullptr 
)
inline

Definition at line 103146 of file vulkan_structs.hpp.

◆ RenderingAreaInfoKHR() [2/4]

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

◆ RenderingAreaInfoKHR() [3/4]

vk::RenderingAreaInfoKHR::RenderingAreaInfoKHR ( VkRenderingAreaInfoKHR const &  rhs)
inline

Definition at line 103163 of file vulkan_structs.hpp.

◆ RenderingAreaInfoKHR() [4/4]

vk::RenderingAreaInfoKHR::RenderingAreaInfoKHR ( uint32_t  viewMask_,
vk::ArrayProxyNoTemporaries< const vk::Format > const &  colorAttachmentFormats_,
vk::Format  depthAttachmentFormat_ = vk::Format::eUndefined,
vk::Format  stencilAttachmentFormat_ = vk::Format::eUndefined,
const void *  pNext_ = nullptr 
)
inline

Definition at line 103169 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkRenderingAreaInfoKHR &()

vk::RenderingAreaInfoKHR::operator VkRenderingAreaInfoKHR & ( )
inline

Definition at line 103247 of file vulkan_structs.hpp.

◆ operator VkRenderingAreaInfoKHR const &()

vk::RenderingAreaInfoKHR::operator VkRenderingAreaInfoKHR const & ( ) const
inline

Definition at line 103242 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 103284 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::operator= ( VkRenderingAreaInfoKHR const &  rhs)
inline

Definition at line 103187 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 103273 of file vulkan_structs.hpp.

◆ setColorAttachmentCount()

VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::setColorAttachmentCount ( uint32_t  colorAttachmentCount_)
inline

Definition at line 103206 of file vulkan_structs.hpp.

◆ setColorAttachmentFormats()

RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::setColorAttachmentFormats ( vk::ArrayProxyNoTemporaries< const vk::Format > const &  colorAttachmentFormats_)
inline

Definition at line 103220 of file vulkan_structs.hpp.

◆ setDepthAttachmentFormat()

VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::setDepthAttachmentFormat ( vk::Format  depthAttachmentFormat_)
inline

Definition at line 103229 of file vulkan_structs.hpp.

◆ setPColorAttachmentFormats()

VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::setPColorAttachmentFormats ( const vk::Format pColorAttachmentFormats_)
inline

Definition at line 103213 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 103194 of file vulkan_structs.hpp.

◆ setStencilAttachmentFormat()

VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::setStencilAttachmentFormat ( vk::Format  stencilAttachmentFormat_)
inline

Definition at line 103235 of file vulkan_structs.hpp.

◆ setViewMask()

VULKAN_HPP_CONSTEXPR_14 RenderingAreaInfoKHR& vk::RenderingAreaInfoKHR::setViewMask ( uint32_t  viewMask_)
inline

Definition at line 103200 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 103142 of file vulkan_structs.hpp.

◆ colorAttachmentCount

uint32_t vk::RenderingAreaInfoKHR::colorAttachmentCount = {}

Definition at line 103294 of file vulkan_structs.hpp.

◆ depthAttachmentFormat

vk::Format vk::RenderingAreaInfoKHR::depthAttachmentFormat = vk::Format::eUndefined

Definition at line 103296 of file vulkan_structs.hpp.

◆ pColorAttachmentFormats

const vk::Format* vk::RenderingAreaInfoKHR::pColorAttachmentFormats = {}

Definition at line 103295 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 103292 of file vulkan_structs.hpp.

◆ stencilAttachmentFormat

vk::Format vk::RenderingAreaInfoKHR::stencilAttachmentFormat = vk::Format::eUndefined

Definition at line 103297 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::RenderingAreaInfoKHR::structureType = StructureType::eRenderingAreaInfoKHR
static

Definition at line 103143 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::RenderingAreaInfoKHR::sType = StructureType::eRenderingAreaInfoKHR

Definition at line 103291 of file vulkan_structs.hpp.

◆ viewMask

uint32_t vk::RenderingAreaInfoKHR::viewMask = {}

Definition at line 103293 of file vulkan_structs.hpp.


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