Class GorgonShaderResources
A grouping of resource states for a shader.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public sealed class GorgonShaderResources
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> |
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> |