changeset 130:ff345f9e4eb7

did: update readme
author Sam <sam@basx.dev>
date Tue, 18 Apr 2023 03:06:14 +0700
parents 15d37022625c
children 11666d28e04d
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Apr 18 03:04:37 2023 +0700
+++ b/README.md	Tue Apr 18 03:06:14 2023 +0700
@@ -30,7 +30,7 @@
 - [x] Uniforms
 - [x] Per-instance vertex attributes (required to be able to draw scene graph)
 - [x] Fixed framerate
-- [~] Instanced drawing (currently can use instance attributes, but we only support a single instance per draw call)
+- [x] Instanced drawing (currently can use instance attributes, but we only support a single instance per draw call)
 - [ ] Textures
 - [ ] Depth buffering
 - [ ] Mipmaps