HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandBufferInheritanceRenderingInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo (VULKAN_HPP_NAMESPACE::RenderingFlags flags_={}, uint32_t viewMask_={}, uint32_t colorAttachmentCount_={}, const VULKAN_HPP_NAMESPACE::Format *pColorAttachmentFormats_={}, VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_=VULKAN_HPP_NAMESPACE::Format::eUndefined, VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_=VULKAN_HPP_NAMESPACE::Format::eUndefined, VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples_=VULKAN_HPP_NAMESPACE::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 (VULKAN_HPP_NAMESPACE::RenderingFlags flags_, uint32_t viewMask_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const &colorAttachmentFormats_, VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_=VULKAN_HPP_NAMESPACE::Format::eUndefined, VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_=VULKAN_HPP_NAMESPACE::Format::eUndefined, VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples_=VULKAN_HPP_NAMESPACE::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
CommandBufferInheritanceRenderingInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setFlags (VULKAN_HPP_NAMESPACE::RenderingFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setViewMask (uint32_t viewMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setColorAttachmentCount (uint32_t colorAttachmentCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setPColorAttachmentFormats (const VULKAN_HPP_NAMESPACE::Format *pColorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
CommandBufferInheritanceRenderingInfosetColorAttachmentFormats (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const &colorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setDepthAttachmentFormat (VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setStencilAttachmentFormat (VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferInheritanceRenderingInfo
setRasterizationSamples (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferInheritanceRenderingInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::RenderingFlags flags = {}
 
uint32_t viewMask = {}
 
uint32_t colorAttachmentCount = {}
 
const
VULKAN_HPP_NAMESPACE::Format
pColorAttachmentFormats = {}
 
VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined
 
VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined
 
VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples = VULKAN_HPP_NAMESPACE::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 13932 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 13941 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::CommandBufferInheritanceRenderingInfo ( CommandBufferInheritanceRenderingInfo const rhs)
default
VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::CommandBufferInheritanceRenderingInfo ( VkCommandBufferInheritanceRenderingInfo const rhs)
inline

Definition at line 13962 of file vulkan_structs.hpp.

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

Definition at line 13968 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 14065 of file vulkan_structs.hpp.

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

Definition at line 14060 of file vulkan_structs.hpp.

CommandBufferInheritanceRenderingInfo& VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::operator= ( CommandBufferInheritanceRenderingInfo const rhs)
default
CommandBufferInheritanceRenderingInfo& VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::operator= ( VkCommandBufferInheritanceRenderingInfo const rhs)
inline

Definition at line 13990 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::operator== ( CommandBufferInheritanceRenderingInfo const rhs) const
inline

Definition at line 14094 of file vulkan_structs.hpp.

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

Definition at line 14015 of file vulkan_structs.hpp.

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

Definition at line 14029 of file vulkan_structs.hpp.

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

Definition at line 14039 of file vulkan_structs.hpp.

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

Definition at line 14003 of file vulkan_structs.hpp.

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

Definition at line 14022 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo& VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::setPNext ( const void pNext_)
inline

Definition at line 13997 of file vulkan_structs.hpp.

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

Definition at line 14053 of file vulkan_structs.hpp.

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

Definition at line 14046 of file vulkan_structs.hpp.

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

Definition at line 14009 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 13936 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::colorAttachmentCount = {}

Definition at line 14117 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Format VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined

Definition at line 14119 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::RenderingFlags VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::flags = {}

Definition at line 14115 of file vulkan_structs.hpp.

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

Definition at line 14118 of file vulkan_structs.hpp.

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

Definition at line 14114 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SampleCountFlagBits VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::rasterizationSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1

Definition at line 14121 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Format VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined

Definition at line 14120 of file vulkan_structs.hpp.

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

Definition at line 13937 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::sType = StructureType::eCommandBufferInheritanceRenderingInfo

Definition at line 14113 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo::viewMask = {}

Definition at line 14116 of file vulkan_structs.hpp.


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