MLIR 22.0.0git
DescriptorSetInfo Struct Reference

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.
uint32_t descriptorSize {0}
 Number of descriptors in a set.
VkDescriptorType descriptorType {VK_DESCRIPTOR_TYPE_MAX_ENUM}
 Type of a descriptor set.

Detailed Description

Struct containing information regarding a descriptor set.

Definition at line 56 of file VulkanRuntime.h.

Member Data Documentation

◆ descriptorSet

DescriptorSetIndex DescriptorSetInfo::descriptorSet {0}

Index of a descriptor set in descriptor sets.

Definition at line 58 of file VulkanRuntime.h.

◆ descriptorSize

uint32_t DescriptorSetInfo::descriptorSize {0}

Number of descriptors in a set.

Definition at line 60 of file VulkanRuntime.h.

◆ descriptorType

VkDescriptorType DescriptorSetInfo::descriptorType {VK_DESCRIPTOR_TYPE_MAX_ENUM}

Type of a descriptor set.

Definition at line 62 of file VulkanRuntime.h.


The documentation for this struct was generated from the following file: