Class Opengl-Loadable
Base class for any object that has data to be loadable into an OpenGL context.
See the opengl-load and opengl-unload generic functions.
Direct Subclass
cs3d-draw | Leaf of the cs3d model hierachy. Contains the actual mesh data. |
---|
cs3d-texture | Drawable that binds a texture for the duration of the draw method. |
---|
opengl-singleton-loadable | Loadable specialization that only has one of its exact type in existance at a time. When another ... |
---|
Direct Method
opengl-context-add | Add an opengl-loadable object to the running context, or queue for when one is started. |
---|
opengl-load | Code to be run when an opengl-loadable object is added to a running context or when the context c... |
---|
opengl-unload | Code to be run as an OpenGL context is closed, or an object is removed from the context. |
---|