C# Class GLSharp.Graphics.CompiledShader

Show file Open project: colin-dumitru/GLSharp Class Usage Examples

Public Properties

Property Type Description
Attributes int>.Dictionary
Name String
ShaderProgram IShaderProgram
Uniforms IUniformLocation>.Dictionary

Property Details

Attributes public property

Attribute locations.
public Dictionary Attributes
return int>.Dictionary

Name public property

Gets the shader name.
public String Name
return String

ShaderProgram public property

Getsor sets the compiled shader programs.
public IShaderProgram ShaderProgram
return IShaderProgram

Uniforms public property

Uniform locations.
public Dictionary Uniforms
return IUniformLocation>.Dictionary