| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceLoader.getShader(String name,
boolean forceLoading,
LineBasedParser parser)
Loads a shader File and prepares it for OpenGL.
|
static String |
ResourceLoader.readFile(String name,
boolean forceLoading,
LineBasedParser parser)
Reads a file into a String.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentRemover |
class |
GLSLParser
A custom GLSL pre-parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OBJParser
Inheritance not possible due to incompatible Indices Types...
|
| Modifier and Type | Field and Description |
|---|---|
protected LineBasedParser |
ShaderSourceLoader.parser
Parser to use, defaults to
GLSLParser |
| Modifier and Type | Method and Description |
|---|---|
LineBasedParser |
ShaderSourceLoader.getPreProcessor()
The preprocessor is used during reading.
|
LineBasedParser |
MeshLoader.getPreProcessor()
The preprocessor is used during reading.
|
LineBasedParser |
AsciiFileLoader.getPreProcessor()
The preprocessor is used during reading.
|
| Constructor and Description |
|---|
ShaderSourceLoader(LineBasedParser parser)
Constructs with a custom parser
|
Copyright © 2014. All rights reserved.