dlangui.graphics.gldrawbuf

DLANGUI library.

This module contains opengl based drawing buffer implementation.

To enable OpenGL support, build with version(USE_OPENGL);

Synopsis:

import dlangui.graphics.gldrawbuf;

Members

Classes

GLDrawBuf
class GLDrawBuf

drawing buffer - image container which allows to perform some drawing operations

Scene
class Scene

Drawing scene (operations sheduled for drawing)

SceneItem
class SceneItem

base class for all drawing scene items.

SolidRectSceneItem
class SolidRectSceneItem
Undocumented in source.

Functions

LVGLClearImageCache
void LVGLClearImageCache()
Undocumented in source. Be warned that the author may not have intended to support it.
hasActiveScene
bool hasActiveScene()
Undocumented in source. Be warned that the author may not have intended to support it.
onGlyphDestroyedCallback
void onGlyphDestroyedCallback(uint pobject)

object deletion listener callback function type

onObjectDestroyedCallback
void onObjectDestroyedCallback(uint pobject)

object deletion listener callback function type

Variables

MAX_TEX_SIZE
int MAX_TEX_SIZE;
Undocumented in source.
MIN_TEX_SIZE
int MIN_TEX_SIZE;
Undocumented in source.

Meta