Selaa lähdekoodia

Review GLSL 120 shaders

Not tested, could have errors
pull/384/head
Ray San 7 vuotta sitten
vanhempi
commit
4fe8e05a7f
15 muutettua tiedostoa jossa 0 lisäystä ja 30 poistoa
  1. +0
    -2
      examples/shaders/resources/shaders/glsl120/base.fs
  2. +0
    -2
      examples/shaders/resources/shaders/glsl120/bloom.fs
  3. +0
    -2
      examples/shaders/resources/shaders/glsl120/blur.fs
  4. +0
    -2
      examples/shaders/resources/shaders/glsl120/cross_hatching.fs
  5. +0
    -2
      examples/shaders/resources/shaders/glsl120/cross_stitching.fs
  6. +0
    -2
      examples/shaders/resources/shaders/glsl120/distortion.fs
  7. +0
    -2
      examples/shaders/resources/shaders/glsl120/dream_vision.fs
  8. +0
    -2
      examples/shaders/resources/shaders/glsl120/fisheye.fs
  9. +0
    -2
      examples/shaders/resources/shaders/glsl120/grayscale.fs
  10. +0
    -2
      examples/shaders/resources/shaders/glsl120/pixelizer.fs
  11. +0
    -2
      examples/shaders/resources/shaders/glsl120/posterization.fs
  12. +0
    -2
      examples/shaders/resources/shaders/glsl120/predator.fs
  13. +0
    -2
      examples/shaders/resources/shaders/glsl120/scanlines.fs
  14. +0
    -2
      examples/shaders/resources/shaders/glsl120/sobel.fs
  15. +0
    -2
      examples/shaders/resources/shaders/glsl120/swirl.fs

+ 0
- 2
examples/shaders/resources/shaders/glsl120/base.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/bloom.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/blur.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/cross_hatching.fs Näytä tiedosto

@ -1,7 +1,5 @@
# version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/cross_stitching.fs Näytä tiedosto

@ -1,7 +1,5 @@
# version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/distortion.fs Näytä tiedosto

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

+ 0
- 2
examples/shaders/resources/shaders/glsl120/dream_vision.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/fisheye.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/grayscale.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/pixelizer.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/posterization.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/predator.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/scanlines.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/sobel.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

+ 0
- 2
examples/shaders/resources/shaders/glsl120/swirl.fs Näytä tiedosto

@ -1,7 +1,5 @@
#version 120
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;

Ladataan…
Peruuta
Tallenna