# HG changeset patch # User Sam # Date 1683456127 -25200 # Node ID e4ba91da416b8cf81fcb109bea4afa24cd61e0b5 # Parent 1f8612f74fac15184f1eaf4bc98d983b7a448ecb add: more todoooooo diff -r 1f8612f74fac -r e4ba91da416b 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: