mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Add GL_DEBUG config that falls back to ODIN_DEBUG to preserve previous behaviour, but allows debug builds without OpenGL debug features
This commit is contained in:
Vendored
+2
@@ -1,5 +1,7 @@
|
||||
package odin_gl
|
||||
|
||||
GL_DEBUG :: #config(GL_DEBUG, ODIN_DEBUG)
|
||||
|
||||
FALSE :: false
|
||||
TRUE :: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user