Package com.luciad.view.lightspeed.services.glcache
package com.luciad.view.lightspeed.services.glcache
Provides a mechanism for caching OpenGL resources used in a
view. An OpenGL resource is represented by an
ALspGLResource
and
can be any resource that is allocated via the OpenGL API. An
ILspGLResourceCache
is provided by the ILspView
that can be used to cache such resources.
A separate mechanism is provided in ILcdMultiKeyCache
for caching regular Java objects.- Since:
- 2012.0
-
ClassDescriptionAny kind of OpenGL resource such as a texture object or frame buffer object, that is destroyable.Cache that stores OpenGL resource objects.Listener that can be registered with an
ILspGLResourceCache
to be notified when resources are added, used, or removed.Event describing a change in resource storage or usage of anILspGLResourceCache
.Describes the type of event.