Update features.rst

This commit is contained in:
Recep Aslantas
2021-05-30 15:30:55 +03:00
parent 4ede0815d4
commit 8e10ab2b49

View File

@@ -1,7 +1,8 @@
Features
================================================================================
* option to use diffeent clipspaces e.g. Left Handed, Zero-to-One... (currrently right handed negative-one is default)
* **scalar** and **simd** (sse, avx, neon...) optimizations
* option to use different clipspaces e.g. Left Handed, Zero-to-One... (currrently right handed negative-one is default)
* array api and struct api, you can use arrays or structs.
* general purpose matrix operations (mat4, mat3)
* chain matrix multiplication (square only)