Karl Zylinski
|
c7ea4ec71c
|
rlgl: Pull in raylib and expose missing types, so it is the same as rlgl.h. This makes rlgl less stand-alone, but I left some notes in rlgl.odin how to easily make it stand-alone if one really wants to.
|
2024-06-12 21:13:12 +02:00 |
|
Karl Zylinski
|
c9e732d141
|
rlgl.RLGL_VERSION -> rlgl.VERSION
|
2024-06-11 08:59:30 +02:00 |
|
Karl Zylinski
|
d2cd96c3c8
|
Made rlgl.odin work as a subpackage of raylib. So now you import vendor:raylib/rlgl. Instead of rl.rlBegin(rl.RL_TRIANGLES) you now type rlgl.Begin(rlgl.TRIANGLES).
|
2024-06-11 08:46:44 +02:00 |
|
Karl Zylinski
|
34af2bb8ad
|
Moved rlgl.odin to subpackage 'raylib/rlgl'
|
2024-06-11 08:34:45 +02:00 |
|