mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
deprecate step_uni in favour of steps
This seems to be the newer naming system
This commit is contained in:
@@ -266,12 +266,6 @@ glmc_vec4_lerpc(vec4 from, vec4 to, float t, vec4 dest) {
|
||||
glm_vec4_lerpc(from, to, t, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_step_uni(float edge, vec4 x, vec4 dest) {
|
||||
glm_vec4_step_uni(edge, x, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_step(vec4 edge, vec4 x, vec4 dest) {
|
||||
|
||||
Reference in New Issue
Block a user