Uses of Class
com.luciad.view.lightspeed.services.glcache.ALspGLResource
Packages that use ALspGLResource
Package
Description
Provides a mechanism for caching OpenGL resources used in a
view.
Contains convenience classes for working with the OpenGL Shading Language
(GLSL).
Provides support for working with textures.
Contains a utility class for drawing text to a ILcdGLDrawable using a "texture font".
-
Uses of ALspGLResource in com.luciad.view.lightspeed.services.glcache
Methods in com.luciad.view.lightspeed.services.glcache that return ALspGLResourceConstructors in com.luciad.view.lightspeed.services.glcache with parameters of type ALspGLResourceModifierConstructorDescriptionTLspGLResourceCacheEvent
(TLspGLResourceCacheEvent.Type aType, ALspGLResource aResource) Creates a new resource cache event of the given type for the given resource. -
Uses of ALspGLResource in com.luciad.view.lightspeed.util.opengl.glsl
Subclasses of ALspGLResource in com.luciad.view.lightspeed.util.opengl.glslModifier and TypeClassDescriptionclass
Base class for GLSL shader programs.class
Simple GLSL shader program that can have 0 or 1 vertex shaders and 0 or 1 fragment shaders. -
Uses of ALspGLResource in com.luciad.view.lightspeed.util.opengl.texture
Subclasses of ALspGLResource in com.luciad.view.lightspeed.util.opengl.textureModifier and TypeClassDescriptionclass
Manages an OpenGL 2D texture object.class
Manages an OpenGL texture object.class
Texture object representation of a buffered image. -
Uses of ALspGLResource in com.luciad.view.lightspeed.util.opengl.texturefont
Subclasses of ALspGLResource in com.luciad.view.lightspeed.util.opengl.texturefontModifier and TypeClassDescriptionclass
Utility class for drawing text to a ILcdGLDrawable using a "texture font".