Browse Source

set glsl100 back to 100

pull/5138/head
Maicon Santana 1 month ago
parent
commit
c6d7694286
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      examples/shaders/resources/shaders/glsl100/julia_set.fs
  2. +3
    -1
      examples/shaders/resources/shaders/glsl100/mask.fs

+ 3
- 1
examples/shaders/resources/shaders/glsl100/julia_set.fs View File

@ -1,4 +1,6 @@
#version 120
#version 100
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;

+ 3
- 1
examples/shaders/resources/shaders/glsl100/mask.fs View File

@ -1,4 +1,6 @@
#version 120
#version 100
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;

Loading…
Cancel
Save