Lines Matching defs:CommandBufferInheritanceRenderingInfo

15186   struct CommandBufferInheritanceRenderingInfo  struct
15188 using NativeType = VkCommandBufferInheritanceRenderingInfo;
15190 static const bool allowDuplicate = false;
15191 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
15195CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() argument
15216CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function
15222CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument
15246 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
15251 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15257 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
15263 …PR_14 CommandBufferInheritanceRenderingInfo & setViewMask( uint32_t viewMask_ ) VULKAN_HPP_NOEXCEPT in setViewMask()
15269 …itanceRenderingInfo & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
15276 …achmentFormats( const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats_ ) VULKAN_HPP_NOEXCEPT in setPColorAttachmentFormats()
15283 CommandBufferInheritanceRenderingInfo & setColorAttachmentFormats( in setColorAttachmentFormats()
15293 …setDepthAttachmentFormat( VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setDepthAttachmentFormat()
15300 …tencilAttachmentFormat( VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setStencilAttachmentFormat()
15307 …ationSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples_ ) VULKAN_HPP_NOEXCEPT in setRasterizationSamples()
15314 operator VkCommandBufferInheritanceRenderingInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo const&()
15319 operator VkCommandBufferInheritanceRenderingInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo&()
15338 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
15348 bool operator==( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
15360 bool operator!=( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
15367 …tructureType sType = StructureType::eCommandBufferInheritanceRenderingInfo;
15368 const void * pNext = {};
15369 VULKAN_HPP_NAMESPACE::RenderingFlags flags = {};
15370 uint32_t viewMask = {};
15371 uint32_t colorAttachmentCount = {};
15372 const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats = {};
15373 …_NAMESPACE::Format depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
15374 …_NAMESPACE::Format stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
15375 …SPACE::SampleCountFlagBits rasterizationSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;