Home
last modified time | relevance | path

Searched defs:AttachmentSampleCountInfoAMD (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6394 struct AttachmentSampleCountInfoAMD struct
6396 using NativeType = VkAttachmentSampleCountInfoAMD;
6398 static const bool allowDuplicate = false;
6399 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
6403AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument
6416 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
6422 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6439 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6444 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6450 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]