Definition at line 31 of file GLPointerFuncUtil.java.
◆ getPredefinedArrayIndexName() [1/2]
| static String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.getPredefinedArrayIndexName |
( |
final int |
glArrayIndex | ) |
|
|
static |
- Parameters
-
| glArrayIndex | the fixed function array index |
- Returns
- default fixed function array name
Definition at line 42 of file GLPointerFuncUtil.java.
◆ getPredefinedArrayIndexName() [2/2]
| static String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.getPredefinedArrayIndexName |
( |
final int |
glArrayIndex, |
|
|
final int |
multiTexCoordIndex |
|
) |
| |
|
static |
- Parameters
-
| glArrayIndex | the fixed function array index |
| multiTexCoordIndex | index for multiTexCoordIndex |
- Returns
- default fixed function array name
Definition at line 51 of file GLPointerFuncUtil.java.
◆ mgl_Color
| final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_Color = "mgl_Color" |
|
static |
◆ mgl_InterleaveArray
| final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_InterleaveArray = "mgl_InterleaveArray" |
|
static |
◆ mgl_MultiTexCoord
| final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_MultiTexCoord = "mgl_MultiTexCoord" |
|
static |
◆ mgl_Normal
| final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_Normal = "mgl_Normal" |
|
static |
◆ mgl_Vertex
| final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_Vertex = "mgl_Vertex" |
|
static |
The documentation for this class was generated from the following file: