add tests for vec2 and its call version

This commit is contained in:
Recep Aslantas
2020-02-24 10:06:19 +03:00
parent 8a068c3291
commit 43ae3b332a
10 changed files with 771 additions and 81 deletions

View File

@@ -12,6 +12,7 @@
#define GLM_PREFIX glm_
#define GLM(X) (glm_ ## X)
#include "test_vec2.h"
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_mat3.h"
@@ -31,6 +32,7 @@
#define GLM_PREFIX glmc_
#define GLM(X) (glmc_ ## X)
#include "test_vec2.h"
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_mat3.h"