|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PixelFormat | |
---|---|
org.lwjgl.opengl |
Uses of PixelFormat in org.lwjgl.opengl |
---|
Methods in org.lwjgl.opengl with parameters of type PixelFormat | |
---|---|
static void |
Display.create(PixelFormat pixel_format)
Create the OpenGL context with the given minimum parameters. |
static void |
Display.create(PixelFormat pixel_format,
Drawable shared_drawable)
Create the OpenGL context with the given minimum parameters. |
Constructors in org.lwjgl.opengl with parameters of type PixelFormat | |
---|---|
AWTGLCanvas(java.awt.GraphicsDevice device,
PixelFormat pixel_format)
Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice. |
|
AWTGLCanvas(java.awt.GraphicsDevice device,
PixelFormat pixel_format,
Drawable drawable)
Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice. |
|
AWTGLCanvas(PixelFormat pixel_format)
Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice. |
|
Pbuffer(int width,
int height,
PixelFormat pixel_format,
Drawable shared_drawable)
Create an instance of a Pbuffer with a unique OpenGL context. |
|
Pbuffer(int width,
int height,
PixelFormat pixel_format,
RenderTexture renderTexture,
Drawable shared_drawable)
Create an instance of a Pbuffer with a unique OpenGL context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |