lispgames / glop

Direct FFI bindings for OpenGL window and context management
MIT License
67 stars 14 forks source link

Stability fixes #9

Closed Ralith closed 13 years ago

Ralith commented 13 years ago

Corrects the glop-side crashes we discussed. Note that any and all calls to libGL may produce the same error; it should be recommended that OpenGL draw code be isolated and have FP traps disabled within them, if it's undesirable to disable it globally.