Lines Matching defs:PipelineSampleLocationsStateCreateInfoEXT
98536 struct PipelineSampleLocationsStateCreateInfoEXT struct
98538 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;
98540 static const bool allowDuplicate = false;
98541 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
98544 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function
98555 …PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function
98565 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()
98570 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
98577 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()
98584 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
98591 operator VkPipelineSampleLocationsStateCreateInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT const&()
98596 operator VkPipelineSampleLocationsStateCreateInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT&()
98610 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
98619 … bool operator==( PipelineSampleLocationsStateCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
98629 … bool operator!=( PipelineSampleLocationsStateCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
98636 …ureType sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
98637 const void * pNext = {};
98638 VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable = {};
98639 VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {};