kmcallister / azurescens

Renders interactive fractal-like animations
Apache License 2.0
18 stars 1 forks source link

Time parameter is broken on Android #24

Open kmcallister opened 7 years ago

kmcallister commented 7 years ago

Seems like time isn't passing. The borders do not change color.

kmcallister commented 7 years ago

It looks like precise_time_s() works fine, but the uniform mysteriously becomes 0.0 by the time it reaches the fragment shader.

kmcallister commented 7 years ago

Actually that's not true. Other forms of time-dependence work, but the HSV calculation is broken?