# HG changeset patch # User Sam # Date 1681761974 -25200 # Node ID 20aeaaf3dc40ebb7b5aeeab61438c3192834babd # Parent 1edf3e16144edfe83b89206038d91f37b4014beb did: update readme diff -r 1edf3e16144e -r 20aeaaf3dc40 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