From 50d0e15ff494291779710b120d8f53202aa2ef1f Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 18 Nov 2023 23:54:16 +0200 Subject: Shader buffer storage object management (ssbo) and rest of rlgl texture management functions. --- changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index c5923f8..be3b68c 100644 --- a/changelog +++ b/changelog @@ -20,6 +20,8 @@ KEY CHANGES: - ADDED: Matrix library. - Removed: GC_UNLOAD build time define and replaced with flag to change it at runtime. - ADDED: Quaternion library. + - ADDED: Shader buffer storage object management (ssbo). + - ADDED: Rest of rlgl texture management functions. DETAILED CHANGES: - CHANGED: GenImageColor now takes Vector2 as size. @@ -54,6 +56,7 @@ DETAILED CHANGES: - CHANGED: Organized core functions. - CHANGED: Organized shapes, textures, audio, text, lights and gui functions. - ADDED: More color and rectangle lib functionality. + - CHANGED: rlLoadTexture to take Buffer data. ------------------------------------------------------------------------ Release: ReiLua version 0.5.0 Using Raylib 4.5 -- cgit v1.2.3