• Home
  • Raw
  • Download

Lines Matching defs:RenderPassSampleLocationsBeginInfoEXT

107049   struct RenderPassSampleLocationsBeginInfoEXT  struct
107051 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
107053 static const bool allowDuplicate = false;
107054 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
107058RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() function
107073RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() function
107079 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
107097 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
107102 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107109 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
107116 …_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentInitialSampleLocations()
107123 RenderPassSampleLocationsBeginInfoEXT & setAttachmentInitialSampleLocations( in setAttachmentInitialSampleLocations()
107134 …setPostSubpassSampleLocationsCount( uint32_t postSubpassSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setPostSubpassSampleLocationsCount()
107141 …ULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT * pPostSubpassSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPPostSubpassSampleLocations()
107148 RenderPassSampleLocationsBeginInfoEXT & setPostSubpassSampleLocations( in setPostSubpassSampleLocations()
107159 operator VkRenderPassSampleLocationsBeginInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassSampleLocationsBeginInfoEXT const&()
107164 operator VkRenderPassSampleLocationsBeginInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassSampleLocationsBeginInfoEXT&()
107180 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
107190 bool operator==( RenderPassSampleLocationsBeginInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
107201 bool operator!=( RenderPassSampleLocationsBeginInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
107208 … sType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
107209 …st void * pNext = {};
107210 …t32_t attachmentInitialSampleLocationsCount = {};
107211 …st VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations = {};
107212 …t32_t postSubpassSampleLocationsCount = {};
107213 …st VULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT * pPostSubpassSampleLocations = {};