Class OGLProgram.Uniform
java.lang.Object
com.blackrook.gloop.opengl.gl2.OGLProgram.Uniform
- Enclosing class:
OGLProgram
Uniform for a shader.
- Author:
- Matthew Tropiano
-
Method Summary
-
Method Details
-
getIndex
public int getIndex()- Returns:
- the attribute index.
-
getName
- Returns:
- the uniform name.
-
getSize
public int getSize()- Returns:
- the size of the uniform.
-
getType
public int getType()- Returns:
- the GL type id.
-
getTypeName
- Returns:
- the type name.
-
toString
-