Package com.jogamp.opengl.fixedfunc
Class GLPointerFuncUtil
- java.lang.Object
-
- com.jogamp.opengl.fixedfunc.GLPointerFuncUtil
-
public class GLPointerFuncUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
mgl_Color
static String
mgl_InterleaveArray
static String
mgl_MultiTexCoord
static String
mgl_Normal
static String
mgl_Vertex
-
Constructor Summary
Constructors Constructor Description GLPointerFuncUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getPredefinedArrayIndexName(int glArrayIndex)
static String
getPredefinedArrayIndexName(int glArrayIndex, int multiTexCoordIndex)
-
-
-
Field Detail
-
mgl_Vertex
public static final String mgl_Vertex
- See Also:
- Constant Field Values
-
mgl_Normal
public static final String mgl_Normal
- See Also:
- Constant Field Values
-
mgl_Color
public static final String mgl_Color
- See Also:
- Constant Field Values
-
mgl_MultiTexCoord
public static final String mgl_MultiTexCoord
- See Also:
- Constant Field Values
-
mgl_InterleaveArray
public static final String mgl_InterleaveArray
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPredefinedArrayIndexName
public static String getPredefinedArrayIndexName(int glArrayIndex)
- Parameters:
glArrayIndex
- the fixed function array index- Returns:
- default fixed function array name
-
getPredefinedArrayIndexName
public static String getPredefinedArrayIndexName(int glArrayIndex, int multiTexCoordIndex)
- Parameters:
glArrayIndex
- the fixed function array indexmultiTexCoordIndex
- index for multiTexCoordIndex- Returns:
- default fixed function array name
-
-