summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.lua
AgeCommit message (Collapse)Author
2023-10-07Update `raylib_api.*` (#3379)BLUELOVETH
2023-05-24Added ImageRotate (#3078)Dane Madsen
* Added ImageRotate * Quick rename of the example * Update ImageRotate by changing doubles to floats and checking code convention * Update API
2023-05-22Add GenImageGradientSquare (#3077)Dane Madsen
* Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare
2023-05-21Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵Dane Madsen
(#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear
2023-03-15UPDATED: raylib-parser output files (TXT, XML, JSON, LUA)Ray
2022-10-11build raylib_api without the 'vectex' tyops (#2749)Dor Shapira
2022-08-05Update parser outputs for raylib 4.2Ray
2022-08-02Move parser output to outputRay