Lines Matching defs:PipelineSampleLocationsStateCreateInfoEXT
82601 struct PipelineSampleLocationsStateCreateInfoEXT struct
82603 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;
82605 static const bool allowDuplicate = false;
82606 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
82609 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function
82620 …PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function
82630 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()
82635 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82642 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()
82649 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
82656 … explicit operator VkPipelineSampleLocationsStateCreateInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT const&()
82661 explicit operator VkPipelineSampleLocationsStateCreateInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT&()
82675 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
82684 … bool operator==( PipelineSampleLocationsStateCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
82694 … bool operator!=( PipelineSampleLocationsStateCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
82701 …ureType sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
82702 const void * pNext = {};
82703 VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable = {};
82704 VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {};