odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.13k stars 551 forks source link

Added missing constants and enums in rlgl.odin #3741

Closed karl-zylinski closed 3 weeks ago

karl-zylinski commented 3 weeks ago

Many of these are identical to raylib.odin. But that's how rlgl.h works, it redefines many of the same things to make sure that it is independent from raylib.

karl-zylinski commented 3 weeks ago

Scrapping this. I'll make a PR where I put in an explicit raylib dependency and pull in enums instead. It's nice if rlgl is truly independent, but since we don't have a separate rlgl.lib etc it won't be independent from the other files anyways.