Home
last modified time | relevance | path

Searched defs:PhysicalDeviceDescriptorPoolOverallocationFeaturesNV (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp61709 struct PhysicalDeviceDescriptorPoolOverallocationFeaturesNV struct
61711 using NativeType = VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV;
61713 static const bool allowDuplicate = false;
61714 …tructureType structureType = StructureType::ePhysicalDeviceDescriptorPoolOverallocationFeaturesNV;
61717 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorPoolOverallocationFeaturesNV( VULKAN_HPP_NAMESPACE::B… in PhysicalDeviceDescriptorPoolOverallocationFeaturesNV() function
61727PhysicalDeviceDescriptorPoolOverallocationFeaturesNV( VkPhysicalDeviceDescriptorPoolOverallocation… in PhysicalDeviceDescriptorPoolOverallocationFeaturesNV() function
61738 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorPoolOverallocationFeatures… in operator =()
61743 …hysicalDeviceDescriptorPoolOverallocationFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
61750 …oolOverallocation( VULKAN_HPP_NAMESPACE::Bool32 descriptorPoolOverallocation_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPoolOverallocation()
61757 …operator VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV const&()
[all …]