|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GLBinding | |
|---|---|
| hmi.graphics.jogl | The HmiGraphics jogl package contains jogl-specific OpenGL code. |
| hmi.graphics.lwjgl | The HmiGraphics lwjgl package contains LWJGL-specific OpenGL code. |
| hmi.graphics.opengl | The HmiGraphics opengl package contains code for opengl based rendering, that is still independent from particular OpenGL java bindings, like jogl and lwjgl |
| Uses of GLBinding in hmi.graphics.jogl |
|---|
| Classes in hmi.graphics.jogl that implement GLBinding | |
|---|---|
class |
JOGLContext
Generated file for Jogl based opengl rendering |
| Uses of GLBinding in hmi.graphics.lwjgl |
|---|
| Classes in hmi.graphics.lwjgl that implement GLBinding | |
|---|---|
class |
LWJGLContext
Generated file for LWJGL based opengl rendering |
| Uses of GLBinding in hmi.graphics.opengl |
|---|
| Subinterfaces of GLBinding in hmi.graphics.opengl | |
|---|---|
interface |
GLRenderContext
A GLRenderContext defines a graphic environment for OpenGL based renderering. |
| Methods in hmi.graphics.opengl with parameters of type GLBinding | |
|---|---|
static String |
GLUtil.getErrorMessage(GLBinding glc)
|
void |
GLVertexAttribute.glInit(GLBinding gl)
|
void |
GLVertexAttribute.glRender(GLBinding gl)
GL render for this attribute. |
static int |
GLUtil.reportGLErrors(GLBinding glc)
Reports all OpenGL errors, until the OpenGL error flags have been cleared, up to a maximum number. |
int |
GLVertexAttribute.setAttributeIndex(GLBinding gl,
int prog)
Sets the GLSL attribute index for the specified shader program, by queriying for the attribute location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||