Module: Mesa Branch: master Commit: 646f518e7869dfd0d654ee75923bea622c1a9474 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=646f518e7869dfd0d654ee75923bea622c1a9474
Author: Keith Whitwell <[email protected]> Date: Mon Mar 9 19:34:13 2009 +0000 vpglsl: add simple mov.glsl --- 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 0000000..63b16f4 --- /dev/null +++ b/progs/vpglsl/mov.glsl @@ -0,0 +1,5 @@ + +void main() { + gl_FrontColor = gl_Color; + gl_Position = gl_Vertex; +} _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
