From 56c365c8cc88455d69df42e7842c986e760c776e Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 26 Oct 2023 20:09:16 +0300 Subject: Buffer userdata object and rlgl Vertex buffers management. --- devnotes | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'devnotes') diff --git a/devnotes b/devnotes index c9644b1..b3e7380 100644 --- a/devnotes +++ b/devnotes @@ -1,6 +1,5 @@ Current { * rlgl - * Vertex buffers management * Shaders management * Compute shader management } @@ -22,17 +21,20 @@ Backlog { * Models * LoadMaterials (Load materials from model file) * LoadMaterialsFromModel (Could then for example edit and set back to model) - * Needs Testing - * UpdateTexture - * UpdateTextureRec - * LoadSoundFromWave - * LoadFont - * LoadFontEx - * LoadFontFromImage - * UpdateMesh - * LoadModelFromMesh } Bugs { * CameraLib. Lateral movement is slower if looking down or up. } + +Needs Testing { + * UpdateTexture + * UpdateTextureRec + * LoadSoundFromWave + * LoadFont + * LoadFontEx + * LoadFontFromImage + * UpdateMesh + * LoadModelFromMesh + * RLGL - Matrix state management +} -- cgit v1.2.3