mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 20:56:07 +00:00
Add ivec3 and ivec4 files
This commit is contained in:
20
test/tests.h
20
test/tests.h
@@ -735,6 +735,16 @@ TEST_DECLARE(glm_ivec2)
|
||||
|
||||
TEST_DECLARE(glmc_ivec2)
|
||||
|
||||
/* ivec3 */
|
||||
TEST_DECLARE(glm_ivec3)
|
||||
|
||||
TEST_DECLARE(glmc_ivec3)
|
||||
|
||||
/* ivec4 */
|
||||
TEST_DECLARE(glm_ivec4)
|
||||
|
||||
TEST_DECLARE(glmc_ivec4)
|
||||
|
||||
/* structs */
|
||||
TEST_DECLARE(mat3s_identity_init)
|
||||
TEST_DECLARE(mat3s_zero_init)
|
||||
@@ -1468,6 +1478,16 @@ TEST_LIST {
|
||||
|
||||
TEST_ENTRY(glmc_ivec2)
|
||||
|
||||
/* ivec3 */
|
||||
TEST_ENTRY(glm_ivec3)
|
||||
|
||||
TEST_ENTRY(glmc_ivec3)
|
||||
|
||||
/* ivec4 */
|
||||
TEST_ENTRY(glm_ivec4)
|
||||
|
||||
TEST_ENTRY(glmc_ivec4)
|
||||
|
||||
/* structs */
|
||||
TEST_ENTRY(mat3s_identity_init)
|
||||
TEST_ENTRY(mat3s_zero_init)
|
||||
|
||||
Reference in New Issue
Block a user