Uses of Class
com.metsci.glimpse.gl.shader.ShaderSource

Packages that use ShaderSource
com.metsci.glimpse.axis.tagged.shader Shader implementations specific to tagged axes. 
com.metsci.glimpse.gl.shader Grammar for parsing GLSL files and programmatically identifying and setting uniform variables. 
com.metsci.glimpse.support.shader.geometry   
 

Uses of ShaderSource in com.metsci.glimpse.axis.tagged.shader
 

Constructors in com.metsci.glimpse.axis.tagged.shader with parameters of type ShaderSource
PartialTaggedPointShader(int colorTextureUnit, int sizeTextureUnit, int vertexTexUnit, int textureTexUnit, int colorAttributeIndex, int sizeAttributeIndex, TaggedAxis1D colorAxis, TaggedAxis1D sizeAxis, ShaderSource... source)
           
 

Uses of ShaderSource in com.metsci.glimpse.gl.shader
 

Methods in com.metsci.glimpse.gl.shader that return ShaderSource
static ShaderSource[] Shader.getSource(java.lang.String... shaderFile)
           
 

Constructors in com.metsci.glimpse.gl.shader with parameters of type ShaderSource
Shader(java.lang.String name, ShaderType type, boolean noParse, ShaderSource... source)
           
Shader(java.lang.String name, ShaderType type, ShaderSource... source)
           
 

Uses of ShaderSource in com.metsci.glimpse.support.shader.geometry
 

Methods in com.metsci.glimpse.support.shader.geometry that return ShaderSource
static ShaderSource SimpleShader.getSource(java.lang.String shaderFile)
           
 



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