parrotcode: OpenGL binding generated files | |
Contents | Configuration |
config/gen/opengl.pm - OpenGL binding generated files
Generates several files used by the OpenGL binding. These include:
$C_FILE - GLUT Callback Function Handling
GLUT callbacks are always synchronous and have void return type. None of them accept user data parameters, so normal Parrot callback handling cannot be used.
void glutcbTimerFunc(PARROT_INTERP, sub, milliseconds, data)
void glutcbJoystickFunc(PARROT_INTERP, sub, pollinterval)
void $_-
{glutcb}(PARROT_INTERP,
sub)>
|