See: Description
Interface | Description |
---|---|
ILspGLResourceCache |
Cache that stores OpenGL resource objects.
|
ILspGLResourceCacheListener |
Listener that can be registered with an
ILspGLResourceCache
to be notified when resources are added, used, or removed. |
Class | Description |
---|---|
ALspGLResource |
Any kind of OpenGL resource such as a texture object or frame buffer object, that is destroyable.
|
TLspGLResourceCacheEvent |
Event describing a change in resource storage or usage
of an
ILspGLResourceCache . |
Enum | Description |
---|---|
TLspGLResourceCacheEvent.Type |
Describes the type of event.
|
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.