Sha256: 5d41900a7764ae69ae700aeda9cf0e2e746d5d4e09dbd8763cef04494e68838b

Contents?: true

Size: 177 Bytes

Versions: 106

Compression:

Stored size: 177 Bytes

Contents

precision highp float;

void main() {
  float lerpVal = gl_FragCoord.y / 500.0f;

  gl_FragColor = mix(vec4(1.0f, 0.85f, 0.35f, 1.0f), vec4(0.2f, 0.2f, 0.2f, 1.0f), lerpVal);
}

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
gtk3-3.1.2-x64-mingw32 sample/gtk-demo/glarea-gles.fs.glsl
gtk3-3.1.2-x86-mingw32 sample/gtk-demo/glarea-gles.fs.glsl
gtk3-3.1.2 sample/gtk-demo/glarea-gles.fs.glsl
gtk3-3.1.1-x64-mingw32 sample/gtk-demo/glarea-gles.fs.glsl
gtk3-3.1.1-x86-mingw32 sample/gtk-demo/glarea-gles.fs.glsl
gtk3-3.1.1 sample/gtk-demo/glarea-gles.fs.glsl