Module
Public Member Functions | List of all members
Module::GraphicsCallback Class Reference

#include <GraphicsCallback.hpp>

Public Member Functions

virtual void onPreRender (const GraphicsContext &context)
 
virtual void onPostRender (const GraphicsContext &context)
 

Member Function Documentation

virtual void Module::GraphicsCallback::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.

Parameters
contextA GraphicsContext object associated with the GraphicsInterface that called this hook.
virtual void Module::GraphicsCallback::onPreRender ( const GraphicsContext context)
inlinevirtual

Called at the beginning of a render cycle, before any objects are drawn.

Parameters
contextA GraphicsContext object associated with the GraphicsInterface that called this hook.