Class VKResourceLayout
The Vulkan implementation of a ResourceLayout object.
Inherited Members
Namespace: Evergine.Vulkan
Assembly: Evergine.Vulkan.dll
Syntax
public class VKResourceLayout : ResourceLayout
Constructors
VKResourceLayout(VKGraphicsContext, ref ResourceLayoutDescription)
Initializes a new instance of the VKResource
Declaration
public VKResourceLayout(VKGraphicsContext context, ref ResourceLayoutDescription description)
Parameters
Type | Name | Description |
---|---|---|
VKGraphics |
context | The graphics context. |
Resource |
description | The layout description. |
Fields
DescriptorSetLayout
The Vulkan descriptor set layout struct.
Declaration
public readonly VkDescriptorSetLayout DescriptorSetLayout
Field Value
Type | Description |
---|---|
Vk |
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debugger tools.
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
Dispose()
Releases managed and unmanaged resources.
Declaration
public override void Dispose()