diff options
| author | jussi | 2024-10-25 21:19:42 +0300 |
|---|---|---|
| committer | jussi | 2024-10-25 21:19:42 +0300 |
| commit | cddfc09ccc286726736fa436a10919021a177b69 (patch) | |
| tree | ac99e0a221807ee4d1906124f6b1218022d6011f /devnotes | |
| parent | ab995f345387b306735ecfbda84dbc019f1053bb (diff) | |
| download | reilua-enhanced-cddfc09ccc286726736fa436a10919021a177b69.tar.gz reilua-enhanced-cddfc09ccc286726736fa436a10919021a177b69.tar.bz2 reilua-enhanced-cddfc09ccc286726736fa436a10919021a177b69.zip | |
glDepthRange and glPolygonOffset.
Diffstat (limited to 'devnotes')
| -rw-r--r-- | devnotes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,7 @@ Backlog { * CBuffer * Check endianess. + * SDL2 platform specific functions. * Textures * Try making atlas packer with stbrp_pack_rects. * Examples @@ -32,6 +33,8 @@ Bugs { Notes { * raylib 5.5 * DrawBillboardPro BREAKING CHANGE. + * Some functions for data validation has been renamed from Is**Ready() to Is**Valid(). + } Needs Testing { |
