Lines Matching defs:AttachmentSampleLocationsEXT
19028 struct AttachmentSampleLocationsEXT struct
19033 …VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT(uint32_t attachmentIndex_ = {}, VULKAN_HPP_NAMES… in AttachmentSampleLocationsEXT() function
19039 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleLocationsEXT() function
19047 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT const *>( &rhs ); in operator =()
19051 …hmentSampleLocationsEXT & operator=( AttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
19057 … AttachmentSampleLocationsEXT & setAttachmentIndex( uint32_t attachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setAttachmentIndex()
19063 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
19070 operator VkAttachmentSampleLocationsEXT const&() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT const&()
19075 operator VkAttachmentSampleLocationsEXT &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT&()
19084 bool operator==( AttachmentSampleLocationsEXT const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
19090 bool operator!=( AttachmentSampleLocationsEXT const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
19099 uint32_t attachmentIndex = {};
19100 VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {};