Package | Description |
---|---|
com.metsci.glimpse.gl.shader |
Grammar for parsing GLSL files and programmatically identifying
and setting uniform variables.
|
com.metsci.glimpse.gl.shader.grammar |
Modifier and Type | Method and Description |
---|---|
ShaderArgType |
ShaderArg.getType() |
static ShaderArgType |
ShaderArgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaderArgType[] |
ShaderArgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ShaderArg(String name,
ShaderArgType type,
ShaderArgQualifier qual,
ShaderArgInOut inout) |
Modifier and Type | Field and Description |
---|---|
ShaderArgType |
GlslArgParser.type_return.result |
Copyright © 2016 Metron, Inc.. All rights reserved.