Implement struct API for ivec2, ivec3, and ivec4

This commit is contained in:
Pierre Luycx
2024-02-07 20:45:03 +01:00
parent a8685ed6ab
commit 17f3ea5fab
6 changed files with 2058 additions and 8 deletions

View File

@@ -16,6 +16,9 @@ extern "C" {
#include "struct/vec2.h"
#include "struct/vec3.h"
#include "struct/vec4.h"
#include "struct/ivec2.h"
#include "struct/ivec3.h"
#include "struct/ivec4.h"
#include "struct/mat2.h"
#include "struct/mat2x3.h"
#include "struct/mat2x4.h"