C# Class GLSharp.Graphics.CompiledShader

Exibir arquivo 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_oe property

Attribute locations.
public Dictionary Attributes
return int>.Dictionary

Name public_oe property

Gets the shader name.
public String Name
return String

ShaderProgram public_oe property

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

Uniforms public_oe property

Uniform locations.
public Dictionary Uniforms
return IUniformLocation>.Dictionary