# HG changeset patch # User Sam # Date 1683456127 -25200 # Node ID 8599b84f05633a78f175fb8f55f7b7d893d35e1e # Parent 8549373571aaee4cb93b407235b52956da5527f4 add: more todoooooo diff -r 8549373571aa -r 8599b84f0563 README.md --- a/README.md Sun May 07 17:41:45 2023 +0700 +++ b/README.md Sun May 07 17:42:07 2023 +0700 @@ -32,6 +32,7 @@ - [x] Instanced drawing (currently can use instance attributes, but we only support a single instance per draw call) - [x] Textures - [ ] Multisampling +- [ ] Viewport scaling (e.g. framebuffer resolution != window resolution - [ ] Allow different shaders (ie pipelines) for different meshes Required for 3D rendering: