Lines Matching defs:AttachmentSampleLocationsEXT
7065 struct AttachmentSampleLocationsEXT struct
7070 …VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT( uint32_t at… in AttachmentSampleLocationsEXT() function
7079 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleLocationsEXT() function
7089 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT const *>( &rhs ); in operator =()
7094 … AttachmentSampleLocationsEXT & setAttachmentIndex( uint32_t attachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setAttachmentIndex()
7101 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
7108 operator VkAttachmentSampleLocationsEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT const&()
7113 operator VkAttachmentSampleLocationsEXT &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT&()
7124 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
7133 bool operator==( AttachmentSampleLocationsEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
7142 bool operator!=( AttachmentSampleLocationsEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
7149 uint32_t attachmentIndex = {};
7150 VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {};