Package | Description |
---|---|
com.metsci.glimpse.gl.shader |
Grammar for parsing GLSL files and programmatically identifying
and setting uniform variables.
|
com.metsci.glimpse.support.shader.geometry |
Modifier and Type | Method and Description |
---|---|
ShaderType |
Shader.getType() |
static ShaderType |
ShaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaderType[] |
ShaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Shader(String name,
ShaderType type,
boolean noParse,
ShaderSource... source) |
Shader(String name,
ShaderType type,
boolean noParse,
String... source) |
Shader(String name,
ShaderType type,
ShaderSource... source) |
Shader(String name,
ShaderType type,
String... source) |
Constructor and Description |
---|
SimpleShader(String name,
ShaderType type,
String shaderFile) |
Copyright © 2013 Metron, Inc.. All rights reserved.