Add ivec3 and ivec4 files

This commit is contained in:
Christopher Lang
2022-05-17 16:04:47 +01:00
parent ee09707c1c
commit d582146d9a
13 changed files with 213 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_ivec2.h"
#include "test_ivec3.h"
#include "test_ivec4.h"
#include "test_mat2.h"
#include "test_mat3.h"
#include "test_mat4.h"
@@ -41,6 +43,8 @@
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_ivec2.h"
#include "test_ivec3.h"
#include "test_ivec4.h"
#include "test_mat2.h"
#include "test_mat3.h"
#include "test_mat4.h"