Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Fix opengl's `check_error` helper procedure not printing errors in debug builds

Open Memresable opened this issue 9 months ago • 0 comments
trafficstars

check_error procedures were flipped when defined in the when GL_DEBUG { ... } else { ... } blocks, so it didn't print errors by default in debug builds

Memresable avatar Feb 15 '25 06:02 Memresable