changeset 198:e4ba91da416b

add: more todoooooo
author Sam <sam@basx.dev>
date Sun, 07 May 2023 17:42:07 +0700
parents 1f8612f74fac
children da68fe12f600
files README.md
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: