aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib/rlgl/rlgl.odin
Commit message (Expand)AuthorAgeFilesLines
* Update rlgl.LoadFramebuffer signature to match raylib 5.5 changeJeroen van Rijn2025-05-261-1/+1
* add 3 missing functions in vendor:raylib/rlglDove2025-05-111-11/+14
* vendor/raylib: fix SetVertexAttribute definitionLaytan Laats2025-01-051-1/+1
* Added WASM libs for raylib and raygui. Added them to the foreign import block...Karl Zylinski2025-01-011-0/+5
* raylib/rlgl: fix foreign imports after update to 5.5Laytan Laats2024-12-061-5/+3
* rlgl: Add `EnableColorBlend()`Stefan Stefanov2024-10-121-0/+1
* rlgl: Pull in raylib and expose missing types, so it is the same as rlgl.h. T...Karl Zylinski2024-06-121-7/+28
* rlgl.RLGL_VERSION -> rlgl.VERSIONKarl Zylinski2024-06-111-1/+1
* Made rlgl.odin work as a subpackage of raylib. So now you import vendor:rayli...Karl Zylinski2024-06-111-243/+248
* Moved rlgl.odin to subpackage 'raylib/rlgl'Karl Zylinski2024-06-111-0/+555