make vec4 and matrix types internal

This commit is contained in:
veclavtalica
2025-01-10 02:40:52 +03:00
parent 951d9c76c8
commit 83e2dc5468
5 changed files with 21 additions and 25 deletions

View File

@ -239,16 +239,6 @@
"c_type": "Vec3"
},
"Vec4": {
"fields": [
{ "name": "x", "type": "float" },
{ "name": "y", "type": "float" },
{ "name": "z", "type": "float" },
{ "name": "w", "type": "float" }
],
"c_type": "Vec4"
},
"Color": {
"fields": [
{ "name": "r", "type": "uint8_t" },