Searched defs:PipelineSampleLocationsStateCreateInfoEXT (Results 1 – 4 of 4) sorted by relevance
90640 struct PipelineSampleLocationsStateCreateInfoEXT struct90642 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;90644 static const bool allowDuplicate = false;90645 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;90648 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function90659 …PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function90669 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()90674 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()90681 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()90688 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()[all …]
93788 struct PipelineSampleLocationsStateCreateInfoEXT struct93790 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() function93807 …PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function93817 …*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()[all …]
95892 struct PipelineSampleLocationsStateCreateInfoEXT struct95894 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;95896 static const bool allowDuplicate = false;95897 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;95900 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function95911 …PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function95921 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()95926 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()95933 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()95940 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()[all …]
25368 pub struct PipelineSampleLocationsStateCreateInfoEXT { struct25374 impl ::std::default::Default for PipelineSampleLocationsStateCreateInfoEXT { argument25385 unsafe impl TaggedStructure for PipelineSampleLocationsStateCreateInfoEXT { implementation25389 impl PipelineSampleLocationsStateCreateInfoEXT { implementation25406 unsafe impl ExtendsPipelineMultisampleStateCreateInfo25435 pub fn build(self) -> PipelineSampleLocationsStateCreateInfoEXT { in build()