You can write quats to buffers now;

This commit is contained in:
bjorn 2022-04-30 15:58:09 -07:00
parent 0316378f74
commit dbc4f08fa5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ static const uint32_t vectorComponents[MAX_VECTOR_TYPES] = {
[V_VEC2] = 2,
[V_VEC3] = 3,
[V_VEC4] = 4,
[V_QUAT] = 4,
[V_MAT4] = 16
};