From cddfc09ccc286726736fa436a10919021a177b69 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 25 Oct 2024 21:19:42 +0300 Subject: glDepthRange and glPolygonOffset. --- devnotes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devnotes') diff --git a/devnotes b/devnotes index 9548b61..3c0ee4e 100644 --- a/devnotes +++ b/devnotes @@ -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 { -- cgit v1.2.3