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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineRenderingCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineRenderingCreateInfo (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, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PipelineRenderingCreateInfo (PipelineRenderingCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineRenderingCreateInfo (VkPipelineRenderingCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 PipelineRenderingCreateInfo (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, const void *pNext_=nullptr)
 
PipelineRenderingCreateInfooperator= (PipelineRenderingCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PipelineRenderingCreateInfooperator= (VkPipelineRenderingCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PipelineRenderingCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PipelineRenderingCreateInfo
setViewMask (uint32_t viewMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PipelineRenderingCreateInfo
setColorAttachmentCount (uint32_t colorAttachmentCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PipelineRenderingCreateInfo
setPColorAttachmentFormats (const VULKAN_HPP_NAMESPACE::Format *pColorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
PipelineRenderingCreateInfosetColorAttachmentFormats (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const &colorAttachmentFormats_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PipelineRenderingCreateInfo
setDepthAttachmentFormat (VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PipelineRenderingCreateInfo
setStencilAttachmentFormat (VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineRenderingCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineRenderingCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineRenderingCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineRenderingCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineRenderingCreateInfo
 
const voidpNext = {}
 
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
 

Static Public Attributes

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

Detailed Description

Definition at line 81153 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::PipelineRenderingCreateInfo ( 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,
const void pNext_ = nullptr 
)
inline

Definition at line 81161 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::PipelineRenderingCreateInfo ( PipelineRenderingCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::PipelineRenderingCreateInfo ( VkPipelineRenderingCreateInfo const rhs)
inline

Definition at line 81178 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::PipelineRenderingCreateInfo ( 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,
const void pNext_ = nullptr 
)
inline

Definition at line 81184 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::operator VkPipelineRenderingCreateInfo & ( )
inline

Definition at line 81263 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::operator VkPipelineRenderingCreateInfo const & ( ) const
inline

Definition at line 81258 of file vulkan_structs.hpp.

PipelineRenderingCreateInfo& VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::operator= ( PipelineRenderingCreateInfo const rhs)
default
PipelineRenderingCreateInfo& VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::operator= ( VkPipelineRenderingCreateInfo const rhs)
inline

Definition at line 81202 of file vulkan_structs.hpp.

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

Definition at line 81289 of file vulkan_structs.hpp.

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

Definition at line 81221 of file vulkan_structs.hpp.

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

Definition at line 81235 of file vulkan_structs.hpp.

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

Definition at line 81244 of file vulkan_structs.hpp.

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

Definition at line 81228 of file vulkan_structs.hpp.

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

Definition at line 81209 of file vulkan_structs.hpp.

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

Definition at line 81251 of file vulkan_structs.hpp.

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

Definition at line 81215 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 81157 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::colorAttachmentCount = {}

Definition at line 81310 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Format VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined

Definition at line 81312 of file vulkan_structs.hpp.

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

Definition at line 81311 of file vulkan_structs.hpp.

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

Definition at line 81308 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Format VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined

Definition at line 81313 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::structureType = StructureType::ePipelineRenderingCreateInfo
static

Definition at line 81158 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::sType = StructureType::ePipelineRenderingCreateInfo

Definition at line 81307 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PipelineRenderingCreateInfo::viewMask = {}

Definition at line 81309 of file vulkan_structs.hpp.


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