Class VKComputePipelineState
This class represents a native pipelineState on Vulkan.
Implements
Inherited Members
Namespace: Evergine.Vulkan
Assembly: Evergine.Vulkan.dll
Syntax
public class VKComputePipelineState : ComputePipelineState, IDisposable
Constructors
VKComputePipelineState(VKGraphicsContext, ref ComputePipelineDescription)
Initializes a new instance of the VKCompute
Declaration
public VKComputePipelineState(VKGraphicsContext context, ref ComputePipelineDescription description)
Parameters
Type | Name | Description |
---|---|---|
VKGraphics |
context | The graphics context. |
Compute |
description | The compute pipeline state description. |
Fields
NativePipeline
The Vulkan native pipeline struct.
Declaration
public VkPipeline NativePipeline
Field Value
Type | Description |
---|---|
Vk |
NativePipelineLayout
The Vulkan native pipeline layout struct.
Declaration
public VkPipelineLayout NativePipelineLayout
Field Value
Type | Description |
---|---|
Vk |
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()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()