Explorar el Código

set glsl100 back to 100

pull/5138/head
Maicon Santana hace 5 meses
padre
commit
c6d7694286
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  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 Ver fichero

@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar