initialize_callback

The callback that is invoked prior to entering the execution loop.

Synopsis:

#include <glview/glview.h>
 
typedef void(* initialize_callback)(void *callback_data);

Library:

libglview

Description:

The initialize_callback is fired from within the glview_loop() function. Prior to executing this callback, glview will have already completed initializing the graphics stack. Events are not processed until after this call returns.