# HG changeset patch # User Sam # Date 1681761974 -25200 # Node ID ff345f9e4eb79630ad954e48d1323530ac1817ba # Parent 15d37022625c3c02bf1c6c5623dcf12145da85ed did: update readme diff -r 15d37022625c -r ff345f9e4eb7 README.md --- 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