Interface IGpuShader
Represents a compiled GPU shader ready for use in a hardware pipeline.
public interface IGpuShader : IDisposable
- Inherited Members
Properties
Name
Gets the name of this shader.
string Name { get; }
Represents a compiled GPU shader ready for use in a hardware pipeline.
public interface IGpuShader : IDisposable
Gets the name of this shader.
string Name { get; }