Package com.metsci.glimpse.gl.shader

Grammar for parsing GLSL files and programmatically identifying and setting uniform variables.

See:
          Description

Class Summary
GLShaderUtils  
Pipeline A structure wrapping a set of three OpenGL shaders (a geometry shader, a vertex shader, and a fragment shader) into a complete rendering pipeline.
Shader A wrapper for an OpenGL geometry, vertex, or fragment shader.
ShaderArg A wrapper for a shader variable declared in an GLSL source file.
ShaderSource  
 

Enum Summary
ShaderArgInOut  
ShaderArgQualifier  
ShaderArgType  
ShaderType  
 

Package com.metsci.glimpse.gl.shader Description

Grammar for parsing GLSL files and programmatically identifying and setting uniform variables.



Copyright © 2012 Metron, Inc.. All Rights Reserved.