dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
GLTextureCache
dlangui
graphics
gldrawbuf
Cache for GLTexture
static if
(
BACKEND_GUI
)
static if
(
ENABLE_OPENGL
)
class
GLTextureCache {
protected
GLTexture
[
string
]
_map
;
static __gshared
GLTextureCache
_instance
;
static
GLTextureCache
instance
[@property getter];
GLTexture
get
(string resourceId);
}
Members
Functions
get
GLTexture
get
(string resourceId)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
instance
GLTextureCache
instance
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_instance
GLTextureCache
_instance
;
Undocumented in source.
Variables
_map
GLTexture
[
string
]
_map
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
gldrawbuf
aliases
TextureRef
classes
CustomSceneItem
GLDrawBuf
GLTexture
GLTextureCache
Scene
SceneItem
functions
destroyGLCaches
hasActiveScene
initGLCaches
onGlyphDestroyedCallback
onObjectDestroyedCallback
interfaces
GLConfigCallback
manifest constants
MAX_TEX_SIZE
MIN_TEX_SIZE
Cache for GLTexture