diff options
| author | jussi | 2023-11-18 23:54:16 +0200 |
|---|---|---|
| committer | jussi | 2023-11-18 23:54:16 +0200 |
| commit | 50d0e15ff494291779710b120d8f53202aa2ef1f (patch) | |
| tree | bc8a80c0e612d2211f7bc71c113707973c675c1e /changelog | |
| parent | d19864947b6e8ea1049a56ca3d965691c51b4108 (diff) | |
| download | reilua-enhanced-50d0e15ff494291779710b120d8f53202aa2ef1f.tar.gz reilua-enhanced-50d0e15ff494291779710b120d8f53202aa2ef1f.tar.bz2 reilua-enhanced-50d0e15ff494291779710b120d8f53202aa2ef1f.zip | |
Shader buffer storage object management (ssbo) and rest of rlgl texture management functions.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
