aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/10.glsl/tri2fan.frag
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/examples/10.glsl/tri2fan.frag')
-rw-r--r--Gem/examples/10.glsl/tri2fan.frag6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gem/examples/10.glsl/tri2fan.frag b/Gem/examples/10.glsl/tri2fan.frag
deleted file mode 100644
index 391dc68..0000000
--- a/Gem/examples/10.glsl/tri2fan.frag
+++ /dev/null
@@ -1,6 +0,0 @@
-void main()
-{
- gl_FragColor = vec4(1.0,1.0,1.0,0.1);
- // set color
-}
-