extract fovy and aspect for perpective matrix

This commit is contained in:
Recep Aslantas
2018-01-04 11:16:09 +03:00
parent 3e4f52b3af
commit 797c4581ee
5 changed files with 59 additions and 1 deletions

View File

@@ -9,4 +9,8 @@
/* mat4 */
void test_mat4(void **state);
/* camera */
void
test_camera_decomp(void **state);
#endif /* test_tests_h */