comparison README.md @ 130:ff345f9e4eb7

did: update readme
author Sam <sam@basx.dev>
date Tue, 18 Apr 2023 03:06:14 +0700
parents 5cd1b42127ba
children c1a9a988b9e3
comparison
equal deleted inserted replaced
129:15d37022625c 130:ff345f9e4eb7
28 - [x] Vertex attributes, vertex data 28 - [x] Vertex attributes, vertex data
29 - [x] Shaders (allow for predefined and custom shaders) 29 - [x] Shaders (allow for predefined and custom shaders)
30 - [x] Uniforms 30 - [x] Uniforms
31 - [x] Per-instance vertex attributes (required to be able to draw scene graph) 31 - [x] Per-instance vertex attributes (required to be able to draw scene graph)
32 - [x] Fixed framerate 32 - [x] Fixed framerate
33 - [~] Instanced drawing (currently can use instance attributes, but we only support a single instance per draw call) 33 - [x] Instanced drawing (currently can use instance attributes, but we only support a single instance per draw call)
34 - [ ] Textures 34 - [ ] Textures
35 - [ ] Depth buffering 35 - [ ] Depth buffering
36 - [ ] Mipmaps 36 - [ ] Mipmaps
37 - [ ] Multisampling 37 - [ ] Multisampling
38 38