float quarticIn(float t) { return pow(t, 4.0); } #pragma glslify: export(quarticIn)