Mercurial > games > semicongine
changeset 591:20aeaaf3dc40
did: update readme
author | Sam <sam@basx.dev> |
---|---|
date | Tue, 18 Apr 2023 03:06:14 +0700 |
parents | 1edf3e16144e |
children | cda5874a8454 |
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