mirror of
https://git.davidovski.xyz/glsl-mandelbrot.git
synced 2024-08-15 00:43:35 +00:00
fixed back to float
This commit is contained in:
parent
b5e820f7c3
commit
bcd0fae0d8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ precision highp float;
|
|||
|
||||
uniform vec2 resolution;
|
||||
uniform vec2 location;
|
||||
uniform double zoom;
|
||||
uniform float zoom;
|
||||
|
||||
uniform int max;
|
||||
|
||||
|
|
Loading…
Reference in a new issue