Package | Description |
---|---|
org.lwjgl.opengl | |
org.lwjgl.opengles |
Modifier and Type | Class | Description |
---|---|---|
class |
PixelFormat |
This class describes pixel format properties for an OpenGL context.
|
Modifier and Type | Method | Description |
---|---|---|
PixelFormatLWJGL |
AWTGLCanvas.getPixelFormat() |
Modifier and Type | Method | Description |
---|---|---|
static void |
Display.create(PixelFormatLWJGL pixel_format) |
Create the OpenGL ES context with the given minimum parameters.
|
static void |
Display.create(PixelFormatLWJGL pixel_format,
Drawable shared_drawable) |
Create the OpenGL ES context with the given minimum parameters.
|
static void |
Display.create(PixelFormatLWJGL pixel_format,
Drawable shared_drawable,
ContextAttribs attribs) |
Create the OpenGL ES context with the given minimum parameters.
|
static void |
Display.create(PixelFormatLWJGL pixel_format,
ContextAttribs attribs) |
Create the OpenGL ES context with the given minimum parameters.
|
void |
AWTGLCanvas.setPixelFormat(PixelFormatLWJGL pf) |
|
void |
AWTGLCanvas.setPixelFormat(PixelFormatLWJGL pf,
ContextAttribs attribs) |
Modifier and Type | Class | Description |
---|---|---|
class |
PixelFormat |
This class describes the configuration settings for an EGL surface.
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.