Class Application

Part of:

class builder-application, class opengl-singleton-loadable, package cityscape

Direct Superclass

opengl-singleton-loadableLoadable specialization that only has one of its exact type in existance at a time.
When another ...

Direct Subclass

builder-applicationStub class for builder application context loading

Slot

osd-font
FTGL foreign font object.
Initform:(new-texture-font (namestring (merge-pathnames fonts/federation.ttf *data-dir*))), Initargs::osd-font; Reader:osd-font.
osd-font-size
OSD Font size in points at 72 DPI.
Initform:14, Initargs::osd-font-size; Reader:osd-font-size; Type:(integer 0).

Direct Method

opengl-loadCode to be run when an opengl-loadable object is added to a running context or when the context c...
opengl-unloadCode to be run as an OpenGL context is closed, or an object is removed from the context.

Other Method

opengl-context-addAdd an opengl-loadable object to the running context, or queue for when one is started.