Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp63394 struct PhysicalDeviceDescriptorIndexingFeatures struct
63396 static const bool allowDuplicate = false;
63397 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
63400PhysicalDeviceDescriptorIndexingFeatures(VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDy… in PhysicalDeviceDescriptorIndexingFeatures() argument
63406PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs )… in PhysicalDeviceDescriptorIndexingFeatures() function
63414 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
63418 …ingFeatures & operator=( PhysicalDeviceDescriptorIndexingFeatures const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
63424 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
63430 …xing( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderInputAttachmentArrayDynamicIndexing()
63436 …g( VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]