Class VKResourceSet
The Vulkan implementation of a ResourceSet object.
Implements
Inherited Members
Namespace: Evergine.Vulkan
Assembly: Evergine.Vulkan.dll
Syntax
public class VKResourceSet : ResourceSet, IDisposable
  Constructors
VKResourceSet(VKGraphicsContext, ref ResourceSetDescription)
Initializes a new instance of the VKResourceSet class.
Declaration
public VKResourceSet(VKGraphicsContext context, ref ResourceSetDescription description)
  Parameters
| Type | Name | Description | 
|---|---|---|
| VKGraphicsContext | context | The graphics context.  | 
      
| ResourceSetDescription | description | The resourceSet description.  | 
      
Fields
DescriptorAllocationToken
The Vulkan descriptor allocation token.
Declaration
public readonly VKDescriptorAllocationToken DescriptorAllocationToken
  Field Value
| Type | Description | 
|---|---|
| VKDescriptorAllocationToken | 
DynamicBufferCount
The number of dynamic buffers.
Declaration
public readonly uint DynamicBufferCount
  Field Value
| Type | Description | 
|---|---|
| uint | 
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debuggers tools.
Declaration
public override string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
Dispose()
/// Frees managed and unmanaged resources.
Declaration
public override void Dispose()