public class GLSLScript extends NativeObject
| Modifier and Type | Class and Description |
|---|---|
static class |
GLSLScript.Type |
| Modifier and Type | Field and Description |
|---|---|
protected List<Variable> |
attributes |
protected List<Uniform> |
expandedUniforms |
protected String |
name |
protected boolean |
processed |
protected String |
source |
protected List<GLSLStruct> |
structs |
protected GLSLScript.Type |
type |
protected List<Uniform> |
uniforms |
INVALID_ID| Constructor and Description |
|---|
GLSLScript(String name,
GLSLScript.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
setUniformsFromVariable(List<Variable> uniforms) |
getID, setIDprotected String name
protected GLSLScript.Type type
protected List<GLSLStruct> structs
protected String source
protected boolean processed
public GLSLScript(String name, GLSLScript.Type type)
Copyright © 2014. All rights reserved.