Kaydet (Commit) 2fb4c6cd authored tarafından Louis-Francis Ratté-Boulianne's avatar Louis-Francis Ratté-Boulianne Kaydeden (comit) Markus Mohrhard

vcl: Remove some more extra colons

Change-Id: Ic40607ae3cd96ebd9ad90bdbb4134cf80242c5cf
üst d8d9948b
......@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
precision mediump float;
/* precision mediump float; */
varying vec2 tex_coord;
uniform sampler2D sampler;
void main() {
gl_FragColor = texture2D(sampler, tex_coord);
};
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -14,6 +14,6 @@ varying vec2 tex_coord;
void main() {
gl_Position = position;
tex_coord = tex_coord_in;
};
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment