Add todo regarding input package

This commit is contained in:
bloeys
2024-04-20 11:14:29 +04:00
parent f35c217d73
commit a131e1b52d

View File

@ -37,6 +37,7 @@ import (
- HDR
- Cascaded shadow mapping
- Skeletal animations
- In some cases we DO want input even when captured by UI. We need two systems within input package, one filtered and one not
- Proper model loading (i.e. load model by reading all its meshes, textures, and so on together)
- Create VAO struct independent from VBO to support multi-VBO use cases (e.g. instancing) ✅
- Renderer batching