Uses of Interface
com.luciad.view.opengl.binding.ILcdGLOffScreenDrawable
Packages that use ILcdGLOffScreenDrawable
-
Uses of ILcdGLOffScreenDrawable in com.luciad.view.opengl.binding
Methods in com.luciad.view.opengl.binding that return ILcdGLOffScreenDrawableModifier 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.