|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drawable | |
---|---|
org.lwjgl.opengl |
Uses of Drawable in org.lwjgl.opengl |
---|
Classes in org.lwjgl.opengl that implement Drawable | |
---|---|
class |
AWTGLCanvas
An AWT rendering context. |
class |
Pbuffer
Pbuffer encapsulates an OpenGL pbuffer. |
Methods in org.lwjgl.opengl that return Drawable | |
---|---|
static Drawable |
Display.getDrawable()
Fetch the Drawable from the Display. |
Methods in org.lwjgl.opengl with parameters of type Drawable | |
---|---|
static void |
Display.create(PixelFormat pixel_format,
Drawable shared_drawable)
Create the OpenGL context with the given minimum parameters. |
static void |
Display.create(PixelFormat pixel_format,
Drawable shared_drawable,
ContextAttribs attribs)
Create the OpenGL context with the given minimum parameters. |
Constructors in org.lwjgl.opengl with parameters of type Drawable | |
---|---|
AWTGLCanvas(java.awt.GraphicsDevice device,
PixelFormat pixel_format,
Drawable drawable)
Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice. |
|
AWTGLCanvas(java.awt.GraphicsDevice device,
PixelFormat pixel_format,
Drawable drawable,
ContextAttribs attribs)
Create an AWTGLCanvas with the requested PixelFormat on the specified 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. |
|
Pbuffer(int width,
int height,
PixelFormat pixel_format,
RenderTexture renderTexture,
Drawable shared_drawable,
ContextAttribs attribs)
Create an instance of a Pbuffer with a unique OpenGL context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |