Interface IShaderProgram
Basic interface for shader programs.
public interface IShaderProgram
Properties
ProgramID
The ID of the shader program.
int ProgramID { get; set; }
Basic interface for shader programs.
public interface IShaderProgram
The ID of the shader program.
int ProgramID { get; set; }