|
|
|
|
|
by jamienicol
1693 days ago
|
|
It could be because it matches the order of glsl's `mix()`. Not sure why glsl chose that order, though perhaps you might find it less unintuitive for an interpolation than a select. (Mix acts as a select rather than interpolation when the third argument is a boolean) |
|
EDIT: I think I get it, there also a mix() with a different type signature but same parameter order.