Vertex buffers state and Shader state functions. Vertex buffers management WIP.

This commit is contained in:
jussi
2023-08-17 18:33:50 +03:00
parent 5438a70b0a
commit b7b46ada04
14 changed files with 830 additions and 16 deletions

View File

@@ -1,9 +1,8 @@
Current {
* rlgl
* Vertex buffers state.
* Vertex buffers management
* Shaders management
* Matrix state management
* Shaders management
* Compute shader management
}
@@ -21,9 +20,6 @@ Backlog {
* Core.
* Compression/Encoding functionality.
* SetWindowIcons.
* Textures
* ImageDrawCircleLines
* ImageBlurGaussian
* Models
* LoadMaterials (Load materials from model file)
* LoadMaterialsFromModel (Could then for example edit and set back to model)