~thomas-voss/glmark2/build-for-mir

« back to all changes in this revision

Viewing changes to data/shaders/light-basic-tex.frag

  • Committer: Package Import Robot
  • Author(s): Alexandros Frantzis
  • Date: 2011-09-22 11:32:17 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110922113217-wvok1qgruexari8d
Tags: 2011.09-0ubuntu1
* New upstream release 2011.09.
* debian/control:
  - Start the description of the glmark2-data package with
    a lowercase letter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifdef GL_ES
2
 
precision mediump float;
3
 
#endif
4
 
 
5
1
uniform sampler2D MaterialTexture0;
6
2
 
7
3
varying vec4 Color;