make vec4 and matrix types internal
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user