• Home
  • Raw
  • Download

Lines Matching defs:CommandBufferInheritanceRenderingInfo

18417   struct CommandBufferInheritanceRenderingInfo  struct
18419 using NativeType = VkCommandBufferInheritanceRenderingInfo;
18421 static const bool allowDuplicate = false;
18422 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
18426CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() argument
18447CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() argument
18453CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument
18477 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
18482 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
18488 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
18494 …PR_14 CommandBufferInheritanceRenderingInfo & setViewMask( uint32_t viewMask_ ) VULKAN_HPP_NOEXCEPT in setViewMask()
18500 …itanceRenderingInfo & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
18507 …achmentFormats( const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats_ ) VULKAN_HPP_NOEXCEPT in setPColorAttachmentFormats()
18514 CommandBufferInheritanceRenderingInfo & setColorAttachmentFormats( in setColorAttachmentFormats()
18524 …setDepthAttachmentFormat( VULKAN_HPP_NAMESPACE::Format depthAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setDepthAttachmentFormat()
18531 …tencilAttachmentFormat( VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat_ ) VULKAN_HPP_NOEXCEPT in setStencilAttachmentFormat()
18538 …ationSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits rasterizationSamples_ ) VULKAN_HPP_NOEXCEPT in setRasterizationSamples()
18545 operator VkCommandBufferInheritanceRenderingInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo const&()
18550 operator VkCommandBufferInheritanceRenderingInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferInheritanceRenderingInfo&()
18569 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
18579 bool operator==( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
18591 bool operator!=( CommandBufferInheritanceRenderingInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
18598 …tructureType sType = StructureType::eCommandBufferInheritanceRenderingInfo;
18599 const void * pNext = {};
18600 VULKAN_HPP_NAMESPACE::RenderingFlags flags = {};
18601 uint32_t viewMask = {};
18602 uint32_t colorAttachmentCount = {};
18603 const VULKAN_HPP_NAMESPACE::Format * pColorAttachmentFormats = {};
18604 …_NAMESPACE::Format depthAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
18605 …_NAMESPACE::Format stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined;
18606 …SPACE::SampleCountFlagBits rasterizationSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;