F16 and F32

This commit is contained in:
Jorijn van der Graaf 2026-03-22 20:53:17 +01:00
commit 07910a81c3
6 changed files with 898 additions and 7 deletions

View file

@ -23,4 +23,5 @@ export import :Basic;
export import :Vector;
export import :MatrixRowMajor;
export import :Intersection;
export import :VectorF16;
export import :VectorF16;
export import :VectorF32;