mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
add call version for clamp
This commit is contained in:
@@ -85,6 +85,10 @@ CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_minv(vec4 v1, vec4 v2, vec4 dest);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_clamp(vec4 v, float minVal, float maxVal);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user