summaryrefslogtreecommitdiff
path: root/src/rlgl.c
AgeCommit message (Collapse)Author
2023-12-15Rest of rlRenderBatch functions.jussi
2023-12-14RLGL Hello triangle example.jussi
2023-11-18Shader buffer storage object management (ssbo) and rest of rlgl texture ↵jussi
management functions.
2023-10-31Merged uluaGet*Index functions to uluaGet* functions.jussi
2023-10-31More RLGL Initialization functions.jussi
2023-10-31Compute shader management and Buffer management.jussi
2023-10-31Shaders management functions.jussi
2023-10-29Fixed examples.jussi
2023-10-29Shapes, RLGL, Math, Gui and Easings to new style.jussi
2023-10-27Release v0.5.jussi
2023-10-26Buffer userdata object and rlgl Vertex buffers management.jussi
2023-10-22rlgl Matrix state management.jussi
2023-08-17Vertex buffers state and Shader state functions. Vertex buffers management WIP.jussi
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-06-05Rest of rlgl General render state functions.jussi
2023-06-03rlgl Vertex level operations and Draw Textured Polygon Example.jussi
2023-06-02rlgl Some Render batch management functions and Matrix operations functions.jussi
2023-06-02RLGL Textures state functions.jussi
2023-06-01New rlgl functions and texture can be given as table.jussi
2023-05-15More rlgl General render state functions. Fixed rlgl function prefix to rl.jussi
2023-05-10DrawBillboardPro and rlglGetVersion.jussi
2023-04-09New argument style for rlgl, text, lights and math.jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
2022-06-19RLGL line width functions.jussi