mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
fix glm_ivec2|3_fill and glm_ivec2|3_eq params continue
This commit is contained in:
@@ -63,11 +63,11 @@ glmc_ivec3_distance(ivec3 a, ivec3 b);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_ivec3_fill(ivec3 v, float val);
|
||||
glmc_ivec3_fill(ivec3 v, int val);
|
||||
|
||||
CGLM_EXPORT
|
||||
bool
|
||||
glmc_ivec3_eq(ivec3 v, float val);
|
||||
glmc_ivec3_eq(ivec3 v, int val);
|
||||
|
||||
CGLM_EXPORT
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user