diff options
Diffstat (limited to 'progs/vpglsl/mov.glsl')
-rw-r--r-- | progs/vpglsl/mov.glsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/vpglsl/mov.glsl b/progs/vpglsl/mov.glsl new file mode 100644 index 0000000000..63b16f4754 --- /dev/null +++ b/progs/vpglsl/mov.glsl @@ -0,0 +1,5 @@ + +void main() { + gl_FrontColor = gl_Color; + gl_Position = gl_Vertex; +} |