• Home
  • Raw
  • Download

Lines Matching defs:AttachmentSampleCountInfoAMD

5962   struct AttachmentSampleCountInfoAMD  struct
5964 using NativeType = VkAttachmentSampleCountInfoAMD;
5966 static const bool allowDuplicate = false;
5967 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
5971AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() function
5984 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
5990 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6007 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6012 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6018 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
6025 …s( const VULKAN_HPP_NAMESPACE::SampleCountFlagBits * pColorAttachmentSamples_ ) VULKAN_HPP_NOEXCEPT in setPColorAttachmentSamples()
6032 AttachmentSampleCountInfoAMD & setColorAttachmentSamples( in setColorAttachmentSamples()
6042 …les( VULKAN_HPP_NAMESPACE::SampleCountFlagBits depthStencilAttachmentSamples_ ) VULKAN_HPP_NOEXCEPT in setDepthStencilAttachmentSamples()
6049 operator VkAttachmentSampleCountInfoAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleCountInfoAMD const&()
6054 operator VkAttachmentSampleCountInfoAMD &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleCountInfoAMD&()
6069 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
6078 bool operator==( AttachmentSampleCountInfoAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
6088 bool operator!=( AttachmentSampleCountInfoAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
6095 …ureType sType = StructureType::eAttachmentSampleCountInfoAMD;
6096 const void * pNext = {};
6097 uint32_t colorAttachmentCount = {};
6098 const VULKAN_HPP_NAMESPACE::SampleCountFlagBits * pColorAttachmentSamples = {};
6099 …ountFlagBits depthStencilAttachmentSamples = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1;