Vulkan-Hpp
vk::RenderingInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkRenderingInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 RenderingInfo (vk::RenderingFlags flags_={}, vk::Rect2D renderArea_={}, uint32_t layerCount_={}, uint32_t viewMask_={}, uint32_t colorAttachmentCount_={}, const vk::RenderingAttachmentInfo *pColorAttachments_={}, const vk::RenderingAttachmentInfo *pDepthAttachment_={}, const vk::RenderingAttachmentInfo *pStencilAttachment_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfo (RenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 RenderingInfo (VkRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 RenderingInfo (vk::RenderingFlags flags_, vk::Rect2D renderArea_, uint32_t layerCount_, uint32_t viewMask_, vk::ArrayProxyNoTemporaries< const vk::RenderingAttachmentInfo > const &colorAttachments_, const vk::RenderingAttachmentInfo *pDepthAttachment_={}, const vk::RenderingAttachmentInfo *pStencilAttachment_={}, const void *pNext_=nullptr)
 
RenderingInfooperator= (RenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
RenderingInfooperator= (VkRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetFlags (vk::RenderingFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetRenderArea (vk::Rect2D const &renderArea_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetLayerCount (uint32_t layerCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetViewMask (uint32_t viewMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetColorAttachmentCount (uint32_t colorAttachmentCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetPColorAttachments (const vk::RenderingAttachmentInfo *pColorAttachments_) VULKAN_HPP_NOEXCEPT
 
RenderingInfosetColorAttachments (vk::ArrayProxyNoTemporaries< const vk::RenderingAttachmentInfo > const &colorAttachments_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetPDepthAttachment (const vk::RenderingAttachmentInfo *pDepthAttachment_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 RenderingInfosetPStencilAttachment (const vk::RenderingAttachmentInfo *pStencilAttachment_) VULKAN_HPP_NOEXCEPT
 
 operator VkRenderingInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkRenderingInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (RenderingInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (RenderingInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eRenderingInfo
 
const void * pNext = {}
 
vk::RenderingFlags flags = {}
 
vk::Rect2D renderArea = {}
 
uint32_t layerCount = {}
 
uint32_t viewMask = {}
 
uint32_t colorAttachmentCount = {}
 
const vk::RenderingAttachmentInfopColorAttachments = {}
 
const vk::RenderingAttachmentInfopDepthAttachment = {}
 
const vk::RenderingAttachmentInfopStencilAttachment = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 103692 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ RenderingInfo() [1/4]

VULKAN_HPP_CONSTEXPR_14 vk::RenderingInfo::RenderingInfo ( vk::RenderingFlags  flags_ = {},
vk::Rect2D  renderArea_ = {},
uint32_t  layerCount_ = {},
uint32_t  viewMask_ = {},
uint32_t  colorAttachmentCount_ = {},
const vk::RenderingAttachmentInfo pColorAttachments_ = {},
const vk::RenderingAttachmentInfo pDepthAttachment_ = {},
const vk::RenderingAttachmentInfo pStencilAttachment_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 103700 of file vulkan_structs.hpp.

◆ RenderingInfo() [2/4]

VULKAN_HPP_CONSTEXPR_14 vk::RenderingInfo::RenderingInfo ( RenderingInfo const &  rhs)
default

◆ RenderingInfo() [3/4]

vk::RenderingInfo::RenderingInfo ( VkRenderingInfo const &  rhs)
inline

Definition at line 103723 of file vulkan_structs.hpp.

◆ RenderingInfo() [4/4]

vk::RenderingInfo::RenderingInfo ( vk::RenderingFlags  flags_,
vk::Rect2D  renderArea_,
uint32_t  layerCount_,
uint32_t  viewMask_,
vk::ArrayProxyNoTemporaries< const vk::RenderingAttachmentInfo > const &  colorAttachments_,
const vk::RenderingAttachmentInfo pDepthAttachment_ = {},
const vk::RenderingAttachmentInfo pStencilAttachment_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 103726 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkRenderingInfo &()

vk::RenderingInfo::operator VkRenderingInfo & ( )
inline

Definition at line 103828 of file vulkan_structs.hpp.

◆ operator VkRenderingInfo const &()

vk::RenderingInfo::operator VkRenderingInfo const & ( ) const
inline

Definition at line 103823 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 103868 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

RenderingInfo& vk::RenderingInfo::operator= ( VkRenderingInfo const &  rhs)
inline

Definition at line 103750 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 103857 of file vulkan_structs.hpp.

◆ setColorAttachmentCount()

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

Definition at line 103787 of file vulkan_structs.hpp.

◆ setColorAttachments()

RenderingInfo& vk::RenderingInfo::setColorAttachments ( vk::ArrayProxyNoTemporaries< const vk::RenderingAttachmentInfo > const &  colorAttachments_)
inline

Definition at line 103800 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 RenderingInfo& vk::RenderingInfo::setFlags ( vk::RenderingFlags  flags_)
inline

Definition at line 103763 of file vulkan_structs.hpp.

◆ setLayerCount()

VULKAN_HPP_CONSTEXPR_14 RenderingInfo& vk::RenderingInfo::setLayerCount ( uint32_t  layerCount_)
inline

Definition at line 103775 of file vulkan_structs.hpp.

◆ setPColorAttachments()

VULKAN_HPP_CONSTEXPR_14 RenderingInfo& vk::RenderingInfo::setPColorAttachments ( const vk::RenderingAttachmentInfo pColorAttachments_)
inline

Definition at line 103793 of file vulkan_structs.hpp.

◆ setPDepthAttachment()

VULKAN_HPP_CONSTEXPR_14 RenderingInfo& vk::RenderingInfo::setPDepthAttachment ( const vk::RenderingAttachmentInfo pDepthAttachment_)
inline

Definition at line 103809 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 103757 of file vulkan_structs.hpp.

◆ setPStencilAttachment()

VULKAN_HPP_CONSTEXPR_14 RenderingInfo& vk::RenderingInfo::setPStencilAttachment ( const vk::RenderingAttachmentInfo pStencilAttachment_)
inline

Definition at line 103816 of file vulkan_structs.hpp.

◆ setRenderArea()

VULKAN_HPP_CONSTEXPR_14 RenderingInfo& vk::RenderingInfo::setRenderArea ( vk::Rect2D const &  renderArea_)
inline

Definition at line 103769 of file vulkan_structs.hpp.

◆ setViewMask()

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

Definition at line 103781 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 103696 of file vulkan_structs.hpp.

◆ colorAttachmentCount

uint32_t vk::RenderingInfo::colorAttachmentCount = {}

Definition at line 103881 of file vulkan_structs.hpp.

◆ flags

vk::RenderingFlags vk::RenderingInfo::flags = {}

Definition at line 103877 of file vulkan_structs.hpp.

◆ layerCount

uint32_t vk::RenderingInfo::layerCount = {}

Definition at line 103879 of file vulkan_structs.hpp.

◆ pColorAttachments

const vk::RenderingAttachmentInfo* vk::RenderingInfo::pColorAttachments = {}

Definition at line 103882 of file vulkan_structs.hpp.

◆ pDepthAttachment

const vk::RenderingAttachmentInfo* vk::RenderingInfo::pDepthAttachment = {}

Definition at line 103883 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 103876 of file vulkan_structs.hpp.

◆ pStencilAttachment

const vk::RenderingAttachmentInfo* vk::RenderingInfo::pStencilAttachment = {}

Definition at line 103884 of file vulkan_structs.hpp.

◆ renderArea

vk::Rect2D vk::RenderingInfo::renderArea = {}

Definition at line 103878 of file vulkan_structs.hpp.

◆ structureType

Definition at line 103697 of file vulkan_structs.hpp.

◆ sType

Definition at line 103875 of file vulkan_structs.hpp.

◆ viewMask

uint32_t vk::RenderingInfo::viewMask = {}

Definition at line 103880 of file vulkan_structs.hpp.


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