Uses of Interface
org.lwjgl.opengl.Drawable
Packages that use Drawable
-
Uses of Drawable in org.lwjgl.opencl
Methods in org.lwjgl.opencl with parameters of type DrawableModifier and TypeMethodDescriptionstatic CLContextCLContext.create(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret) Creates a new CLContext.static CLContextCLContext.createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret) Creates a new CLContext. -
Uses of Drawable in org.lwjgl.opengl
Classes in org.lwjgl.opengl that implement DrawableModifier and TypeClassDescriptionclassAn AWT rendering context.final classPbuffer encapsulates an OpenGL pbuffer.final classA Drawable implementation that shares its context with another Drawable.Methods in org.lwjgl.opengl that return DrawableModifier and TypeMethodDescriptionstatic DrawableDisplay.getDrawable()Fetch the Drawable from the Display.Methods in org.lwjgl.opengl with parameters of type DrawableModifier and TypeMethodDescriptionstatic voidDisplay.create(PixelFormatLWJGL pixel_format, Drawable shared_drawable) Create the OpenGL ES context with the given minimum parameters.static voidDisplay.create(PixelFormatLWJGL pixel_format, Drawable shared_drawable, ContextAttribs attribs) Create the OpenGL ES context with the given minimum parameters.static voidDisplay.create(PixelFormat pixel_format, Drawable shared_drawable) Create the OpenGL context with the given minimum parameters.static voidDisplay.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 DrawableModifierConstructorDescriptionAWTGLCanvas(GraphicsDevice device, PixelFormat pixel_format, Drawable drawable) Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.AWTGLCanvas(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.SharedDrawable(Drawable drawable)