|
Module
|
#include <GraphicsCallback.hpp>
Public Member Functions | |
| virtual void | onPreRender (const GraphicsContext &context) |
| virtual void | onPostRender (const GraphicsContext &context) |
|
inlinevirtual |
Called at the end of a render cycle, after the world has been drawn, but before buffers have been swapped.
| context | A GraphicsContext object associated with the GraphicsInterface that called this hook. |
|
inlinevirtual |
Called at the beginning of a render cycle, before any objects are drawn.
| context | A GraphicsContext object associated with the GraphicsInterface that called this hook. |
1.8.10