Files
projectm/src
Kai Blaschke 45d05b71d0 Fix hard crash if OpenGL wasn't properly initialized on projectM instance creation.
Now projectm_create() will just return a NULL pointer instead of having the runtime library call SIGABRT.

In a later iteration, we may allow creation of the instance and just keep the renderer uninitialized. Users should then call a to-be-introduced renderer reinitialization function.
2023-01-24 20:21:41 +01:00
..