aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-17 08:29:01 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-17 08:29:01 -0500
commit85fb9f0a75f9a441d35e0ed48f250d7b07301483 (patch)
treecb40657a737143a78ab925ae2f3d5ee4558ad9c0 /test.frag
parent983602c87add7161cc82311e690e066f96493c31 (diff)
Shit
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.frag b/test.frag
index c30ef4d..13fe6bc 100644
--- a/test.frag
+++ b/test.frag
@@ -1,4 +1,4 @@
#version 120
void main(){
- gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
+ gl_FragColor = glColor;
}