public class GLSLBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fragment
Nextgen source of the vertex shader (can be retrieved using
PipelineSeparator) |
protected String |
geometry
Nextgen source of the vertex shader (can be retrieved using
PipelineSeparator) |
static String |
VERSION |
protected String |
vertex
Nextgen source of the vertex shader (can be retrieved using
PipelineSeparator) |
| Constructor and Description |
|---|
GLSLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidSource(String source)
This just checks whether the given source file contains a main() method to call.
|
public static final String VERSION
protected String vertex
PipelineSeparator)protected String fragment
PipelineSeparator)protected String geometry
PipelineSeparator)public boolean isValidSource(String source)
source - input source fileCopyright © 2014. All rights reserved.