Warning: This site is under construction, most links will be broken.
LightX API -> lxgfx -> cb_afterbeginframe
Last modified on Wed, 18th Apr 2007 at 10:42 UTC by zippletlxgfx.cb_afterbeginframe
cb_afterbeginframe: procedure(lxgfx: tlxgfx) of object;
This callback is invoked just after lxgfx.beginframe is called. You could use it to draw background objects before anything else is drawn, although the intended use is for debugging.
Class: lxgfx