Updated README.md to remove ref to glm_cmp stub

This commit is contained in:
michaelg
2021-04-30 22:01:50 +01:00
committed by Tai Chi Minh Ralph Eastwood
parent c013bd462c
commit db46ea110a

View File

@@ -394,10 +394,6 @@ You can pass matrices the same way to other APIs e.g. Vulkan, DX...
- This library uses float types only, does not support Integers, Double... yet
- If headers are not working properly with your compiler, IDE please open an issue, because I'm using GCC and clang to test it maybe sometimes MSVC
## Comparing cglm with glm results
Contributors who wish to generate test results using the GLM library are pointed at the simple application in `test/glm_cmp`. A single file `test/glm_cmp/src/main.cpp` exists to which further functions can be added to print additional reference values. This is deliberately not part of the standard build.
**TODO:**
- [ ] Unit tests (In Progress)
- [ ] Unit tests for comparing cglm with glm results