Struct VKDescriptorAllocationToken
This struct represent a helper to allocate new descriptors.
Inherited Members
Namespace: Evergine.Vulkan
Assembly: Evergine.Vulkan.dll
Syntax
public struct VKDescriptorAllocationToken
Constructors
VKDescriptorAllocationToken(VkDescriptorPool, VkDescriptorSet)
Initializes a new instance of the VKDescriptorAllocationToken struct.
Declaration
public VKDescriptorAllocationToken(VkDescriptorPool pool, VkDescriptorSet set)
Parameters
Type | Name | Description |
---|---|---|
VkDescriptorPool | pool | The descriptor pool. |
VkDescriptorSet | set | The descriptor set type. |
Fields
DescriptorPool
The descriptor set pool.
Declaration
public readonly VkDescriptorPool DescriptorPool
Field Value
Type | Description |
---|---|
VkDescriptorPool |
DescriptorSet
The descriptor set type.
Declaration
public readonly VkDescriptorSet DescriptorSet
Field Value
Type | Description |
---|---|
VkDescriptorSet |