Kris Johnson
Results
2
issues of
Kris Johnson
Running on Linux, I was experiencing the application crashing with a segmentation fault. This would occur when executing the call: `glGenVertexArrays(1, &fullscreen_triangle_vao);` To fix this, I needed to set the...
Investigate the feasibility of removing globals and supplying menu data and configuration via the `menuInit()` function. The goal here would be to allow the construction and interfacing with multiple menus...
enhancement