Class GorgonComputeShaderResources
A grouping of resource states for a compute shader.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public sealed class GorgonComputeShaderResources
Properties
| Edit this page View SourceConstantBuffers
Property to return the constant buffers for the shader.
Declaration
public IGorgonReadOnlyArray<GorgonConstantBufferView> ConstantBuffers { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonConstantBufferView> |
ReadWriteViews
Property to return the list of read/write (unordered access) views for the compute shader.
Declaration
public IGorgonReadOnlyArray<GorgonReadWriteViewBinding> ReadWriteViews { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonReadWriteViewBinding> |
Samplers
Property to return the samplers for the shader.
Declaration
public IGorgonReadOnlyArray<GorgonSamplerState> Samplers { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonSamplerState> |
ShaderResources
Property to return the list of shader resources for the shader.
Declaration
public IGorgonReadOnlyArray<GorgonShaderResourceView> ShaderResources { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonShaderResourceView> |