WIP crafter.math

This commit is contained in:
Jorijn van der Graaf 2025-05-04 05:15:31 +02:00
commit 84099f07ed
11 changed files with 139 additions and 310 deletions

View file

@ -29,7 +29,7 @@ namespace Crafter {
float z;
float w;
};
export struct Vertex_xf32_yf32_zf32_wf32_uf32_vf32 {
export struct __attribute__((packed)) VertexUV {
float x;
float y;
float z;