Fix radiation shader not working on GLES2.
This commit is contained in:
@@ -25,7 +25,7 @@ highp float noise(highp vec2 uv) {
|
||||
}
|
||||
|
||||
highp float fbm(highp vec2 uv) {
|
||||
int octaves = 6;
|
||||
const int octaves = 6;
|
||||
highp float amplitude = 0.5;
|
||||
highp float frequency = 3.0;
|
||||
highp float value = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user