odin-lang / Odin

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

Move rlgl to vendor:raylib/rlgl #3731

Closed karl-zylinski closed 3 weeks ago

karl-zylinski commented 3 weeks ago

With these changes you write:

etc

You'll have to import vendor:raylib/rlgl to use rlgl.

This works fine because rlgl is indepdent of raylib.

I have removed the rl prefixes from all the proc names and removed the RL_ prefixes from all the constant names.