changeset 659:8599b84f0563

add: more todoooooo
author Sam <sam@basx.dev>
date Sun, 07 May 2023 17:42:07 +0700
parents 8549373571aa
children c6414ade79f0
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: