Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Field and Description |
---|---|
private CompileJSL.InputParam[] |
CompileJSL.MaskType.inputParams |
private CompileJSL.InputParam[] |
CompileJSL.AlphaMaskType.inputParams |
private CompileJSL.InputParam[] |
CompileJSL.ShaderInfo.inputParams |
Modifier and Type | Method and Description |
---|---|
CompileJSL.InputParam[] |
CompileJSL.MaskType.getInputParams() |
CompileJSL.InputParam[] |
CompileJSL.AlphaMaskType.getInputParams() |
CompileJSL.InputParam[] |
CompileJSL.ShaderInfo.getInputParams() |
static CompileJSL.InputParam |
CompileJSL.InputParam.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompileJSL.InputParam[] |
CompileJSL.InputParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static CompileJSL.ShaderInfo |
CompileJSL.getMaskInfo(JSLC.JSLCInfo jslcinfo,
java.lang.String maskName,
CompileJSL.InputParam... inputParams) |
private static CompileJSL.ShaderInfo |
CompileJSL.getPaintInfo(JSLC.JSLCInfo jslcinfo,
java.lang.String paintName,
CompileJSL.InputParam... inputParams) |
Constructor and Description |
---|
AlphaMaskType(java.lang.String name,
CompileJSL.InputParam... inputParams) |
MaskType(java.lang.String name,
CompileJSL.InputParam... inputParams) |
ShaderInfo(java.lang.String name,
java.lang.String sourceCode,
long sourceTime,
CompileJSL.InputParam... inputParams) |