public class Shader extends GLShader
| Modifier and Type | Field and Description |
|---|---|
static URL |
DEFAULT_SHADERS_LOCATION_DIR |
name, source, type, uniforms_names, uniforms_types| Constructor and Description |
|---|
Shader(String _name,
int _gltype,
URL shader_location) |
Shader(String _name,
String _gltype_as_string,
URL shader_location) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToGLProgram(GLProgram p) |
void |
setLocation(URL shader_location) |
getId, getName, getSource, getUniformName, getUniformsCount, getUniformTypepublic static final URL DEFAULT_SHADERS_LOCATION_DIR
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.