Merge pull request #67 from smoogipoo/more-precision-qualifiers

Fix GL_ES errors due to missing precision identifiers
master
Dean Herbert 6 years ago committed by GitHub
commit 99473d3670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,9 +6,9 @@ uniform highp vec2 flashlightSize;
uniform lowp float flashlightDim;
const float smoothness = 1.1;
const mediump float smoothness = 1.1;
lowp vec4 getColourAt(vec2, vec2, vec4);
lowp vec4 getColourAt(highp vec2, highp vec2, lowp vec4);
void main(void)
{

Loading…
Cancel
Save