Uses of Interface
com.luciad.view.opengl.binding.ILcdGLOffScreenDrawable
-
Uses of ILcdGLOffScreenDrawable in com.luciad.view.opengl.binding
Modifier and TypeMethodDescriptiondefault ILcdGLOffScreenDrawable
ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight) Creates a new offscreen ILcdGLDrawable with the specified size and default capabilities.default ILcdGLOffScreenDrawable
ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.default ILcdGLOffScreenDrawable
ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, ILcdGLDrawable aShareWith) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.