#include <vulkan_structs.hpp>
|
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) |
|
CommandBufferInheritanceRenderingInfo & | operator= (CommandBufferInheritanceRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
|
CommandBufferInheritanceRenderingInfo & | operator= (VkCommandBufferInheritanceRenderingInfo const &rhs) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & | setFlags (vk::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 vk::Format *pColorAttachmentFormats_) VULKAN_HPP_NOEXCEPT |
|
CommandBufferInheritanceRenderingInfo & | setColorAttachmentFormats (vk::ArrayProxyNoTemporaries< const vk::Format > const &colorAttachmentFormats_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & | setDepthAttachmentFormat (vk::Format depthAttachmentFormat_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & | setStencilAttachmentFormat (vk::Format stencilAttachmentFormat_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & | setRasterizationSamples (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 |
|
Definition at line 15066 of file vulkan_structs.hpp.
◆ NativeType
◆ CommandBufferInheritanceRenderingInfo() [1/4]
◆ CommandBufferInheritanceRenderingInfo() [2/4]
◆ CommandBufferInheritanceRenderingInfo() [3/4]
◆ CommandBufferInheritanceRenderingInfo() [4/4]
◆ operator VkCommandBufferInheritanceRenderingInfo &()
◆ operator VkCommandBufferInheritanceRenderingInfo const &()
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ setColorAttachmentCount()
◆ setColorAttachmentFormats()
◆ setDepthAttachmentFormat()
◆ setFlags()
◆ setPColorAttachmentFormats()
◆ setPNext()
◆ setRasterizationSamples()
◆ setStencilAttachmentFormat()
◆ setViewMask()
◆ allowDuplicate
const bool vk::CommandBufferInheritanceRenderingInfo::allowDuplicate = false |
|
static |
◆ colorAttachmentCount
uint32_t vk::CommandBufferInheritanceRenderingInfo::colorAttachmentCount = {} |
◆ depthAttachmentFormat
◆ flags
◆ pColorAttachmentFormats
const vk::Format* vk::CommandBufferInheritanceRenderingInfo::pColorAttachmentFormats = {} |
◆ pNext
const void* vk::CommandBufferInheritanceRenderingInfo::pNext = {} |
◆ rasterizationSamples
◆ stencilAttachmentFormat
◆ structureType
◆ sType
◆ viewMask
uint32_t vk::CommandBufferInheritanceRenderingInfo::viewMask = {} |
The documentation for this struct was generated from the following file: