MLIR  21.0.0git
Public Attributes | List of all members
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. 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...
 

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: