MLIR
21.0.0git
|
Struct containing information regarding a descriptor set. More...
#include "ExecutionEngine/VulkanRuntime.h"
Public Attributes | |
DescriptorSetIndex | descriptorSet {0} |
Index of a descriptor set in descriptor sets. More... | |
uint32_t | descriptorSize {0} |
Number of descriptors in a set. More... | |
VkDescriptorType | descriptorType {VK_DESCRIPTOR_TYPE_MAX_ENUM} |
Type of a descriptor set. More... | |
Struct containing information regarding a descriptor set.
Definition at line 56 of file VulkanRuntime.h.
DescriptorSetIndex DescriptorSetInfo::descriptorSet {0} |
Index of a descriptor set in descriptor sets.
Definition at line 58 of file VulkanRuntime.h.
uint32_t DescriptorSetInfo::descriptorSize {0} |
Number of descriptors in a set.
Definition at line 60 of file VulkanRuntime.h.
VkDescriptorType DescriptorSetInfo::descriptorType {VK_DESCRIPTOR_TYPE_MAX_ENUM} |
Type of a descriptor set.
Definition at line 62 of file VulkanRuntime.h.