Skip to content

Commit b088648

Browse files
committed
update readme
1 parent c37861d commit b088648

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Built on **WebGPU**, running natively via [Dawn](https://dawn.googlesource.com/d
3434
- **GPU skeletal animation** — bone matrices in a storage buffer, 4-weight per-vertex blending in the vertex shader; animation runtime via Ozz-Animation
3535
- **Dynamic material uniforms** — scalar and vector properties set by name, offsets resolved via shader reflection and written directly into the GPU uniform buffer
3636
- **Modular render pass** — each pass independently declares its framebuffer, bind groups, and pipeline, with live shader hot-reload
37+
- **Draco & KTX2 Support** — supports draco compressed vertex format and KTX supercompressed textures
3738

3839
## Building the engine
3940
For Linux check `./setup_deps.sh` and windows `./setup_deps.ps1`.

0 commit comments

Comments
 (0)