• Home
  • Raw
  • Download

Lines Matching defs:PipelineSampleLocationsStateCreateInfoEXT

93788   struct PipelineSampleLocationsStateCreateInfoEXT  struct
93790 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;
93792 static const bool allowDuplicate = false;
93793 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
93796 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function
93807PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function
93817 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()
93822 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
93829 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()
93836 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
93843 operator VkPipelineSampleLocationsStateCreateInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT const&()
93848 operator VkPipelineSampleLocationsStateCreateInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT&()
93862 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
93871 … bool operator==( PipelineSampleLocationsStateCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
93881 … bool operator!=( PipelineSampleLocationsStateCreateInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
93888 …ureType sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
93889 const void * pNext = {};
93890 VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable = {};
93891 VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {};