diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,11 +10,12 @@ - [x] Add component events (removal & addition) in ECS framework - [x] Make renderer not create new buffers each frame - [ ] Multiple rendering passes + - [ ] Effects using stencil buffer - [x] Remove position field from Camera component -- [ ] Effects using stencil buffer - [ ] Remove possible edge cases in ECS component storage -- [ ] Fix OpenGL warning "Vertex shader in program 3 is being recompiled based on GL state". - It started at commit 526edc6f4cb5f29d17e2fe384e316236c033fccd +- [x] Fix OpenGL warning "Vertex shader in program 3 is being recompiled based on GL state". + It started at commit 526edc6f4cb5f29d17e2fe384e316236c033fccd. + Fixed by c4686c2992417545e7a05a6a40ee9f1a8bbf3b96 - [ ] Audio - [ ] Transparent/translucent models - [ ] Animations |