Lines Matching defs:CommandBufferInheritanceRenderingInfo
14682 struct CommandBufferInheritanceRenderingInfo struct
14684 using NativeType = VkCommandBufferInheritanceRenderingInfo;
14686 static const bool allowDuplicate = false;
14687 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
14691 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() argument
14712 …CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function
14718 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument
14742 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
14747 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14753 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
14759 …PR_14 CommandBufferInheritanceRenderingInfo & setViewMask( uint32_t viewMask_ ) VULKAN_HPP_NOEXCEPT in setViewMask()
14765 …itanceRenderingInfo & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
14772 …achmentFormats( const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats_ ) VULKAN_HPP_NOEXCEPT in setPColorAttachmentFormats()
14779 CommandBufferInheritanceRenderingInfo & setColorAttachmentFormats( in setColorAttachmentFormats()
14789 …setDepthAttachmentFormat( VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setDepthAttachmentFormat()
14796 …tencilAttachmentFormat( VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setStencilAttachmentFormat()
14803 …ationSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples_ ) VULKAN_HPP_NOEXCEPT in setRasterizationSamples()
14810 operator VkCommandBufferInheritanceRenderingInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo const&()
14815 operator VkCommandBufferInheritanceRenderingInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo&()
14834 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
14844 bool operator==( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
14856 bool operator!=( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
14863 …tructureType sType = StructureType::eCommandBufferInheritanceRenderingInfo;
14864 const void * pNext = {};
14865 VULKAN_HPP_NAMESPACE::RenderingFlags flags = {};
14866 uint32_t viewMask = {};
14867 uint32_t colorAttachmentCount = {};
14868 const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats = {};
14869 …_NAMESPACE::Format depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
14870 …_NAMESPACE::Format stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
14871 …SPACE::SampleCountFlagBits rasterizationSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;