Skip navigation links
LuciadFusion
2023.1.08

Package com.luciad.view.opengl.binding

Abstract binding for the OpenGL API.

See: Description

Package com.luciad.view.opengl.binding Description

Abstract binding for the OpenGL API. This package defines an abstraction layer that allows LuciadLightspeed to work with multiple OpenGL bindings. The default binding is LWJGL The main class of the abstract OpenGL binding is ALcdGLBinding. It is a singleton class that has one implementation per supported OpenGL binding. Via ALcdGLBinding, applications can access an ILcdGLDrawableFactory which allows them to create ILcdGLDrawable objects. An ILcdGLDrawable encapsulates an OpenGL rendering context that the application can draw into.
Skip navigation links
LuciadFusion
2023.1.08