Lines Matching defs:CommandBufferInheritanceRenderingInfo
15066 struct CommandBufferInheritanceRenderingInfo struct
15068 using NativeType = VkCommandBufferInheritanceRenderingInfo;
15070 static const bool allowDuplicate = false;
15071 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
15075 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() argument
15096 …CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() argument
15102 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() function
15126 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
15131 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15137 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
15143 …PR_14 CommandBufferInheritanceRenderingInfo & setViewMask( uint32_t viewMask_ ) VULKAN_HPP_NOEXCEPT in setViewMask()
15149 …itanceRenderingInfo & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
15156 …achmentFormats( const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats_ ) VULKAN_HPP_NOEXCEPT in setPColorAttachmentFormats()
15163 CommandBufferInheritanceRenderingInfo & setColorAttachmentFormats( in setColorAttachmentFormats()
15173 …setDepthAttachmentFormat( VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setDepthAttachmentFormat()
15180 …tencilAttachmentFormat( VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setStencilAttachmentFormat()
15187 …ationSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples_ ) VULKAN_HPP_NOEXCEPT in setRasterizationSamples()
15194 operator VkCommandBufferInheritanceRenderingInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo const&()
15199 operator VkCommandBufferInheritanceRenderingInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo&()
15218 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
15228 bool operator==( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
15240 bool operator!=( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
15247 …tructureType sType = StructureType::eCommandBufferInheritanceRenderingInfo;
15248 const void * pNext = {};
15249 VULKAN_HPP_NAMESPACE::RenderingFlags flags = {};
15250 uint32_t viewMask = {};
15251 uint32_t colorAttachmentCount = {};
15252 const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats = {};
15253 …_NAMESPACE::Format depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
15254 …_NAMESPACE::Format stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
15255 …SPACE::SampleCountFlagBits rasterizationSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;