JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.fixedfunc.GLPointerFuncUtil Class Reference
Collaboration diagram for com.jogamp.opengl.fixedfunc.GLPointerFuncUtil:

Static Public Member Functions

static String getPredefinedArrayIndexName (final int glArrayIndex)
 
static String getPredefinedArrayIndexName (final int glArrayIndex, final int multiTexCoordIndex)
 

Static Public Attributes

static final String mgl_Vertex = "mgl_Vertex"
 
static final String mgl_Normal = "mgl_Normal"
 
static final String mgl_Color = "mgl_Color"
 
static final String mgl_MultiTexCoord = "mgl_MultiTexCoord"
 
static final String mgl_InterleaveArray = "mgl_InterleaveArray"
 

Detailed Description

Definition at line 31 of file GLPointerFuncUtil.java.

Member Function Documentation

◆ getPredefinedArrayIndexName() [1/2]

static String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.getPredefinedArrayIndexName ( final int  glArrayIndex)
static
Parameters
glArrayIndexthe fixed function array index
Returns
default fixed function array name

Definition at line 42 of file GLPointerFuncUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPredefinedArrayIndexName() [2/2]

static String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.getPredefinedArrayIndexName ( final int  glArrayIndex,
final int  multiTexCoordIndex 
)
static
Parameters
glArrayIndexthe fixed function array index
multiTexCoordIndexindex for multiTexCoordIndex
Returns
default fixed function array name

Definition at line 51 of file GLPointerFuncUtil.java.

Member Data Documentation

◆ mgl_Color

final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_Color = "mgl_Color"
static

Definition at line 34 of file GLPointerFuncUtil.java.

◆ mgl_InterleaveArray

final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_InterleaveArray = "mgl_InterleaveArray"
static

Definition at line 36 of file GLPointerFuncUtil.java.

◆ mgl_MultiTexCoord

final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_MultiTexCoord = "mgl_MultiTexCoord"
static

Definition at line 35 of file GLPointerFuncUtil.java.

◆ mgl_Normal

final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_Normal = "mgl_Normal"
static

Definition at line 33 of file GLPointerFuncUtil.java.

◆ mgl_Vertex

final String com.jogamp.opengl.fixedfunc.GLPointerFuncUtil.mgl_Vertex = "mgl_Vertex"
static

Definition at line 32 of file GLPointerFuncUtil.java.


The documentation for this class was generated from the following file: