summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-08-16 22:10:00 +0200
committerHampusM <hampus@hampusmat.com>2024-08-16 22:10:00 +0200
commitc4686c2992417545e7a05a6a40ee9f1a8bbf3b96 (patch)
tree552951049d580283ab1beb5b512db44994b893ee /TODO.md
parent7d218b2525f90dfedcae02f3b3d0d2f7b9c99bd2 (diff)
perf(engine): create OpenGL objects as needed instead of each frame
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 0a3b8d9..ad62857 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,7 +8,7 @@
- [x] Add support for removing components from entities at runtime in ECS framework
- [x] Add support for entity relationships in ECS framework
- [x] Add component events (removal & addition) in ECS framework
-- [ ] Make renderer not create new buffers each frame
+- [x] Make renderer not create new buffers each frame
- [ ] Multiple rendering passes
- [ ] Make projection changable
- [ ] Remove position field from Camera component