public class GLSLGenerator
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GLSLGenerator.StringIntPair | 
| Modifier and Type | Field and Description | 
|---|---|
| static GLSLGenerator.StringIntPair[] | ATTRIBUTESSet of built-in attributes, with a hint for binding locations | 
| static GLSLGenerator.StringIntPair[] | TEXTURESSet of built-in textures, with a hint for binding locations | 
| static GLSLGenerator.StringIntPair[] | UNIFORM_BLOCKS | 
| static GLSLGenerator.StringIntPair[] | UNIFORMS | 
| Constructor and Description | 
|---|
| GLSLGenerator() | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String[] | getShaderScripts(GLProgramInfo info) | 
| static void | main(java.lang.String[] args) | 
public static GLSLGenerator.StringIntPair[] ATTRIBUTES
public static final GLSLGenerator.StringIntPair[] TEXTURES
public static final GLSLGenerator.StringIntPair[] UNIFORMS
public static final GLSLGenerator.StringIntPair[] UNIFORM_BLOCKS
public static java.lang.String[] getShaderScripts(GLProgramInfo info)
public static void main(java.lang.String[] args)