| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update rlgl.LoadFramebuffer signature to match raylib 5.5 change | Jeroen van Rijn | 2025-05-26 | 1 | -1/+1 |
| * | add 3 missing functions in vendor:raylib/rlgl | Dove | 2025-05-11 | 1 | -11/+14 |
| * | vendor/raylib: fix SetVertexAttribute definition | Laytan Laats | 2025-01-05 | 1 | -1/+1 |
| * | Added WASM libs for raylib and raygui. Added them to the foreign import block... | Karl Zylinski | 2025-01-01 | 1 | -0/+5 |
| * | raylib/rlgl: fix foreign imports after update to 5.5 | Laytan Laats | 2024-12-06 | 1 | -5/+3 |
| * | rlgl: Add `EnableColorBlend()` | Stefan Stefanov | 2024-10-12 | 1 | -0/+1 |
| * | rlgl: Pull in raylib and expose missing types, so it is the same as rlgl.h. T... | Karl Zylinski | 2024-06-12 | 1 | -7/+28 |
| * | rlgl.RLGL_VERSION -> rlgl.VERSION | Karl Zylinski | 2024-06-11 | 1 | -1/+1 |
| * | Made rlgl.odin work as a subpackage of raylib. So now you import vendor:rayli... | Karl Zylinski | 2024-06-11 | 1 | -243/+248 |
| * | Moved rlgl.odin to subpackage 'raylib/rlgl' | Karl Zylinski | 2024-06-11 | 1 | -0/+555 |