Lines Matching defs:AttachmentSampleLocationsEXT
6434 struct AttachmentSampleLocationsEXT struct
6439 …VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT( uint32_t at… in AttachmentSampleLocationsEXT() function
6448 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleLocationsEXT() function
6458 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT const *>( &rhs ); in operator =()
6463 … AttachmentSampleLocationsEXT & setAttachmentIndex( uint32_t attachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setAttachmentIndex()
6470 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
6477 explicit operator VkAttachmentSampleLocationsEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT const&()
6482 explicit operator VkAttachmentSampleLocationsEXT &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT&()
6493 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
6502 bool operator==( AttachmentSampleLocationsEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
6511 bool operator!=( AttachmentSampleLocationsEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
6518 uint32_t attachmentIndex = {};
6519 VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {};