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 |
---|---|
ShaderArgQualifier |
ShaderArg.getQual() |
static ShaderArgQualifier |
ShaderArgQualifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaderArgQualifier[] |
ShaderArgQualifier.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 |
---|---|
ShaderArgQualifier |
GlslArgParser.qualifier_return.result |
Copyright © 2016 Metron, Inc.. All rights reserved.