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 VKComputePipelineState class.
Declaration
public VKComputePipelineState(VKGraphicsContext context, ref ComputePipelineDescription description)
  Parameters
| Type | Name | Description | 
|---|---|---|
| VKGraphicsContext | context | The graphics context.  | 
      
| ComputePipelineDescription | description | The compute pipeline state description.  | 
      
Fields
NativePipeline
The Vulkan native pipeline struct.
Declaration
public VkPipeline NativePipeline
  Field Value
| Type | Description | 
|---|---|
| VkPipeline | 
NativePipelineLayout
The Vulkan native pipeline layout struct.
Declaration
public VkPipelineLayout NativePipelineLayout
  Field Value
| Type | Description | 
|---|---|
| VkPipelineLayout | 
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()