mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 04:44:58 +00:00
Improve ivec[2|3|4] documentation comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user