Searched defs:AttachmentSampleCountInfoAMD (Results 1 – 4 of 4) sorted by relevance
6386 struct AttachmentSampleCountInfoAMD struct6388 using NativeType = VkAttachmentSampleCountInfoAMD;6390 static const bool allowDuplicate = false;6391 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;6395 …AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument6408 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function6414 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function6431 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()6436 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()6442 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()[all …]
6394 struct AttachmentSampleCountInfoAMD struct6396 using NativeType = VkAttachmentSampleCountInfoAMD;6398 static const bool allowDuplicate = false;6399 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;6403 …AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument6416 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function6422 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function6439 *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 …]
6365 struct AttachmentSampleCountInfoAMD struct6367 using NativeType = VkAttachmentSampleCountInfoAMD;6369 static const bool allowDuplicate = false;6370 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;6374 …AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument6387 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function6393 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function6410 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()6415 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()6421 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()[all …]
65853 pub struct AttachmentSampleCountInfoAMD { struct65860 impl ::std::default::Default for AttachmentSampleCountInfoAMD { argument65872 unsafe impl TaggedStructure for AttachmentSampleCountInfoAMD { implementation65875 impl AttachmentSampleCountInfoAMD { impl65889 unsafe impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMD {} implementation65891 unsafe impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMD {} implementation65924 pub fn build(self) -> AttachmentSampleCountInfoAMD { in build()