Class GorgonDispatchCall
Provides information used to execute a call on the GorgonComputeEngine.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public class GorgonDispatchCall
Properties
| Edit this page View SourceComputeShader
Property to return the compute shader used for this dispatch.
Declaration
public GorgonComputeShader ComputeShader { get; }
Property Value
Type | Description |
---|---|
GorgonComputeShader |
See Also
| Edit this page View SourceConstantBuffers
Property to return the constant buffers to use.
Declaration
public IGorgonReadOnlyArray<GorgonConstantBufferView> ConstantBuffers { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonConstantBufferView> |
See Also
| Edit this page View SourceReadWriteViews
Property to return the read/write (unordered access) views to use.
Declaration
public IGorgonReadOnlyArray<GorgonReadWriteViewBinding> ReadWriteViews { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonReadWriteViewBinding> |
See Also
| Edit this page View SourceSamplers
Property to return the texture samplers to use.
Declaration
public IGorgonReadOnlyArray<GorgonSamplerState> Samplers { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonSamplerState> |
See Also
| Edit this page View SourceShaderResources
Property to return the shader resource views to use.
Declaration
public IGorgonReadOnlyArray<GorgonShaderResourceView> ShaderResources { get; }
Property Value
Type | Description |
---|---|
IGorgonReadOnlyArray<GorgonShaderResourceView> |