This commit is contained in:
Jorijn van der Graaf 2025-04-27 00:05:21 +02:00
commit 86d7adb07f
9 changed files with 84 additions and 108 deletions

View file

@ -22,4 +22,10 @@ namespace Crafter {
std::uint8_t b;
std::uint8_t a;
};
export struct Vertex_xf32_yf32_zf32 {
float x;
float y;
float z;
};
}