Vulkan-Hpp
vk::CommandBufferInheritanceRenderingInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandBufferInheritanceRenderingInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo (vk::RenderingFlags flags_={}, uint32_t viewMask_={}, uint32_t colorAttachmentCount_={}, const vk::Format *pColorAttachmentFormats_={}, vk::Format depthAttachmentFormat_=vk::Format::eUndefined, vk::Format stencilAttachmentFormat_=vk::Format::eUndefined, vk::SampleCountFlagBits rasterizationSamples_=vk::SampleCountFlagBits::e1, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo (CommandBufferInheritanceRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CommandBufferInheritanceRenderingInfo (VkCommandBufferInheritanceRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 CommandBufferInheritanceRenderingInfo (vk::RenderingFlags flags_, uint32_t viewMask_, vk::ArrayProxyNoTemporaries< const vk::Format > const &colorAttachmentFormats_, vk::Format depthAttachmentFormat_=vk::Format::eUndefined, vk::Format stencilAttachmentFormat_=vk::Format::eUndefined, vk::SampleCountFlagBits rasterizationSamples_=vk::SampleCountFlagBits::e1, const void *pNext_=nullptr)
 
CommandBufferInheritanceRenderingInfooperator= (CommandBufferInheritanceRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CommandBufferInheritanceRenderingInfooperator= (VkCommandBufferInheritanceRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetFlags (vk::RenderingFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetViewMask (uint32_t viewMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetColorAttachmentCount (uint32_t colorAttachmentCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetPColorAttachmentFormats (const vk::Format *pColorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
CommandBufferInheritanceRenderingInfosetColorAttachmentFormats (vk::ArrayProxyNoTemporaries< const vk::Format > const &colorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetDepthAttachmentFormat (vk::Format depthAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetStencilAttachmentFormat (vk::Format stencilAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfosetRasterizationSamples (vk::SampleCountFlagBits rasterizationSamples_) VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferInheritanceRenderingInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferInheritanceRenderingInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CommandBufferInheritanceRenderingInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CommandBufferInheritanceRenderingInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCommandBufferInheritanceRenderingInfo
 
const void * pNext = {}
 
vk::RenderingFlags flags = {}
 
uint32_t viewMask = {}
 
uint32_t colorAttachmentCount = {}
 
const vk::FormatpColorAttachmentFormats = {}
 
vk::Format depthAttachmentFormat = vk::Format::eUndefined
 
vk::Format stencilAttachmentFormat = vk::Format::eUndefined
 
vk::SampleCountFlagBits rasterizationSamples = vk::SampleCountFlagBits::e1
 

Static Public Attributes

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

Detailed Description

Definition at line 15066 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CommandBufferInheritanceRenderingInfo() [1/4]

VULKAN_HPP_CONSTEXPR vk::CommandBufferInheritanceRenderingInfo::CommandBufferInheritanceRenderingInfo ( vk::RenderingFlags  flags_ = {},
uint32_t  viewMask_ = {},
uint32_t  colorAttachmentCount_ = {},
const vk::Format pColorAttachmentFormats_ = {},
vk::Format  depthAttachmentFormat_ = vk::Format::eUndefined,
vk::Format  stencilAttachmentFormat_ = vk::Format::eUndefined,
vk::SampleCountFlagBits  rasterizationSamples_ = vk::SampleCountFlagBits::e1,
const void *  pNext_ = nullptr 
)
inline

Definition at line 15075 of file vulkan_structs.hpp.

◆ CommandBufferInheritanceRenderingInfo() [2/4]

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

◆ CommandBufferInheritanceRenderingInfo() [3/4]

vk::CommandBufferInheritanceRenderingInfo::CommandBufferInheritanceRenderingInfo ( VkCommandBufferInheritanceRenderingInfo const &  rhs)
inline

Definition at line 15096 of file vulkan_structs.hpp.

◆ CommandBufferInheritanceRenderingInfo() [4/4]

vk::CommandBufferInheritanceRenderingInfo::CommandBufferInheritanceRenderingInfo ( vk::RenderingFlags  flags_,
uint32_t  viewMask_,
vk::ArrayProxyNoTemporaries< const vk::Format > const &  colorAttachmentFormats_,
vk::Format  depthAttachmentFormat_ = vk::Format::eUndefined,
vk::Format  stencilAttachmentFormat_ = vk::Format::eUndefined,
vk::SampleCountFlagBits  rasterizationSamples_ = vk::SampleCountFlagBits::e1,
const void *  pNext_ = nullptr 
)
inline

Definition at line 15102 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCommandBufferInheritanceRenderingInfo &()

vk::CommandBufferInheritanceRenderingInfo::operator VkCommandBufferInheritanceRenderingInfo & ( )
inline

Definition at line 15199 of file vulkan_structs.hpp.

◆ operator VkCommandBufferInheritanceRenderingInfo const &()

vk::CommandBufferInheritanceRenderingInfo::operator VkCommandBufferInheritanceRenderingInfo const & ( ) const
inline

Definition at line 15194 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 15240 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

CommandBufferInheritanceRenderingInfo& vk::CommandBufferInheritanceRenderingInfo::operator= ( VkCommandBufferInheritanceRenderingInfo const &  rhs)
inline

Definition at line 15124 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 15228 of file vulkan_structs.hpp.

◆ setColorAttachmentCount()

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

Definition at line 15149 of file vulkan_structs.hpp.

◆ setColorAttachmentFormats()

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

Definition at line 15163 of file vulkan_structs.hpp.

◆ setDepthAttachmentFormat()

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

Definition at line 15173 of file vulkan_structs.hpp.

◆ setFlags()

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

Definition at line 15137 of file vulkan_structs.hpp.

◆ setPColorAttachmentFormats()

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

Definition at line 15156 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 15131 of file vulkan_structs.hpp.

◆ setRasterizationSamples()

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo& vk::CommandBufferInheritanceRenderingInfo::setRasterizationSamples ( vk::SampleCountFlagBits  rasterizationSamples_)
inline

Definition at line 15187 of file vulkan_structs.hpp.

◆ setStencilAttachmentFormat()

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

Definition at line 15180 of file vulkan_structs.hpp.

◆ setViewMask()

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

Definition at line 15143 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 15070 of file vulkan_structs.hpp.

◆ colorAttachmentCount

uint32_t vk::CommandBufferInheritanceRenderingInfo::colorAttachmentCount = {}

Definition at line 15251 of file vulkan_structs.hpp.

◆ depthAttachmentFormat

vk::Format vk::CommandBufferInheritanceRenderingInfo::depthAttachmentFormat = vk::Format::eUndefined

Definition at line 15253 of file vulkan_structs.hpp.

◆ flags

vk::RenderingFlags vk::CommandBufferInheritanceRenderingInfo::flags = {}

Definition at line 15249 of file vulkan_structs.hpp.

◆ pColorAttachmentFormats

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

Definition at line 15252 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 15248 of file vulkan_structs.hpp.

◆ rasterizationSamples

vk::SampleCountFlagBits vk::CommandBufferInheritanceRenderingInfo::rasterizationSamples = vk::SampleCountFlagBits::e1

Definition at line 15255 of file vulkan_structs.hpp.

◆ stencilAttachmentFormat

vk::Format vk::CommandBufferInheritanceRenderingInfo::stencilAttachmentFormat = vk::Format::eUndefined

Definition at line 15254 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::CommandBufferInheritanceRenderingInfo::structureType = StructureType::eCommandBufferInheritanceRenderingInfo
static

Definition at line 15071 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::CommandBufferInheritanceRenderingInfo::sType = StructureType::eCommandBufferInheritanceRenderingInfo

Definition at line 15247 of file vulkan_structs.hpp.

◆ viewMask

uint32_t vk::CommandBufferInheritanceRenderingInfo::viewMask = {}

Definition at line 15250 of file vulkan_structs.hpp.


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