Class VKResourceLayout
The Vulkan implementation of a ResourceLayout object.
Implements
Inherited Members
Namespace: Evergine.Vulkan
Assembly: Evergine.Vulkan.dll
Syntax
public class VKResourceLayout : ResourceLayout, IDisposable
Constructors
VKResourceLayout(VKGraphicsContext, ref ResourceLayoutDescription)
Initializes a new instance of the VKResourceLayout class.
Declaration
public VKResourceLayout(VKGraphicsContext context, ref ResourceLayoutDescription description)
Parameters
Type | Name | Description |
---|---|---|
VKGraphicsContext | context | The graphics context. |
ResourceLayoutDescription | description | The layout description. |
Fields
DescriptorSetLayout
The Vulkan desriptorset layout struct.
Declaration
public readonly VkDescriptorSetLayout DescriptorSetLayout
Field Value
Type | Description |
---|---|
VkDescriptorSetLayout |
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()