Merge pull request #191 from quadroli/master

very minor correction in readme
This commit is contained in:
Recep Aslantas
2021-04-30 20:35:15 +03:00
committed by GitHub

View File

@@ -95,9 +95,9 @@ Currently *cglm* uses default clip space configuration (-1, 1) for camera functi
<hr />
You have two option to call a function/operation: inline or library call (link)
You have two options to call a function/operation: inline or library call (link)
Almost all functions are marked inline (always_inline) so compiler will probably inline.
To call pre-compiled version, just use `glmc_` (c stands for 'call') instead of `glm_`.
To call pre-compiled versions, just use `glmc_` (c stands for 'call') instead of `glm_`.
```C
#include <cglm/cglm.h> /* for inline */