Package com.jogamp.opengl.fixedfunc
Class GLPointerFuncUtil
java.lang.Object
com.jogamp.opengl.fixedfunc.GLPointerFuncUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPredefinedArrayIndexName
(int glArrayIndex) static String
getPredefinedArrayIndexName
(int glArrayIndex, int multiTexCoordIndex)
-
Field Details
-
mgl_Vertex
- See Also:
-
mgl_Normal
- See Also:
-
mgl_Color
- See Also:
-
mgl_MultiTexCoord
- See Also:
-
mgl_InterleaveArray
- See Also:
-
-
Constructor Details
-
GLPointerFuncUtil
public GLPointerFuncUtil()
-
-
Method Details
-
getPredefinedArrayIndexName
- Parameters:
glArrayIndex
- the fixed function array index- Returns:
- default fixed function array name
-
getPredefinedArrayIndexName
- Parameters:
glArrayIndex
- the fixed function array indexmultiTexCoordIndex
- index for multiTexCoordIndex- Returns:
- default fixed function array name
-