|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Tool to pipeline GL2ES2 into a fixed function emulation implementing GL2ES1. More...
Static Public Member Functions | |
| static final GL2ES1 | wrapFixedFuncEmul (final GL gl, final ShaderSelectionMode mode, final PMVMatrix pmvMatrix, final boolean force, final boolean verbose) |
| static final GL2ES1 | wrapFixedFuncEmul (final GL gl, final ShaderSelectionMode mode, final PMVMatrix4f pmvMatrix) |
| static String | getPredefinedArrayIndexName (final int glArrayIndex) |
| Mapping fixed function (client) array indices to GLSL array attribute names. More... | |
Static Public Attributes | |
| static final String | mgl_Vertex = GLPointerFuncUtil.mgl_Vertex |
| String name for. More... | |
| static final String | mgl_Normal = GLPointerFuncUtil.mgl_Normal |
| String name for. More... | |
| static final String | mgl_Color = GLPointerFuncUtil.mgl_Color |
| String name for. More... | |
| static final String | mgl_MultiTexCoord = GLPointerFuncUtil.mgl_MultiTexCoord |
| String name for. More... | |
Tool to pipeline GL2ES2 into a fixed function emulation implementing GL2ES1.
Definition at line 25 of file FixedFuncUtil.java.
|
static |
Mapping fixed function (client) array indices to GLSL array attribute names.
Useful for uniq mapping of canonical array index names as listed.
Definition at line 94 of file FixedFuncUtil.java.
|
static |
| gl | |
| mode | one of the ShaderSelectionModes |
| pmvMatrix | optional pass through PMVMatrix for the FixedFuncHook and FixedFuncPipeline |
GLContext#setGL(GL). | GLException | if the GL object is neither GL2ES1 nor GL2ES2 |
Definition at line 41 of file FixedFuncUtil.java.
|
static |
| gl | |
| mode | one of the ShaderSelectionModes |
| pmvMatrix | optional pass through PMVMatrix for the FixedFuncHook and FixedFuncPipeline |
GLContext#setGL(GL). | GLException | if the GL object is neither GL2ES1 nor GL2ES2 |
Definition at line 70 of file FixedFuncUtil.java.
|
static |
String name for.
Definition at line 114 of file FixedFuncUtil.java.
|
static |
String name for.
Definition at line 120 of file FixedFuncUtil.java.
|
static |
String name for.
Definition at line 108 of file FixedFuncUtil.java.
|
static |
String name for.
Definition at line 102 of file FixedFuncUtil.java.