summaryrefslogtreecommitdiff
path: root/src/textures.c
AgeCommit message (Expand)Author
2023-10-15Renamed start, end arguments to a, b to avoid using Lua keyword end in argume...jussi
2023-10-11isValidRenderTexture fix.jussi
2023-08-24GetFontTexture.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-01Camera2D and Camera3D can be given as tables.jussi
2023-06-01New rlgl functions and texture can be given as table.jussi
2023-05-09UnloadTexture did not set texture id to NULL.jussi
2023-05-06uluaGetBoundingBoxIndex, IsTextureReady.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change texture...jussi
2023-04-10LoadShaderFromMemory fix.jussi
2023-04-07Audio and shapes now use new argumet style.jussi
2023-04-07textures and core new argument style.jussi
2023-04-07GenImagePerlinNoise and GenImageText. Get indexed functions for types.jussi
2023-04-06Vector2LineAngle and more Color functions.jussi
2023-04-06Switched to Raylib vertion 4.5. Removed some functions and added others. Main...jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser cre...jussi
2023-02-08BLEND_ALPHA_PREMULTIPLY.jussi
2022-11-27Exit function and N-Patch fix.jussi
2022-07-26Create material using correct texture source.jussi
2022-06-01All defines and LoadTextureCubemap.jussi
2022-05-25Texture update functions.jussi
2022-05-04Image manipulation functions.jussi
2022-04-05Image generation.jussi
2022-04-01GuiIconText.jussi
2022-03-24Load image from texture and screen.jussi
2022-03-24Image export functions.jussi
2022-02-27Color pixel functions.jussi
2022-02-21Documentation. waving_cubes example and RL_DrawFPS and RL_ColorFromHSV.jussi
2022-02-18Added initial files.jussi