Improve ivec[2|3|4] documentation comments

This commit is contained in:
Christopher Lang
2022-05-20 15:24:36 +01:00
parent 4aef2510e9
commit 1b3e2fdaec
5 changed files with 42 additions and 42 deletions

View File

@@ -10,8 +10,8 @@
CGLM_EXPORT
void
glmc_ivec3(ivec4 v, ivec3 dest) {
glm_ivec3(v, dest);
glmc_ivec3(ivec4 v4, ivec3 dest) {
glm_ivec3(v4, dest);
}
CGLM_EXPORT