aboutsummaryrefslogtreecommitdiff
path: root/examples/08_GPU_morphology/dilate.vert
diff options
context:
space:
mode:
Diffstat (limited to 'examples/08_GPU_morphology/dilate.vert')
-rw-r--r--examples/08_GPU_morphology/dilate.vert8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/08_GPU_morphology/dilate.vert b/examples/08_GPU_morphology/dilate.vert
new file mode 100644
index 0000000..bda9f47
--- /dev/null
+++ b/examples/08_GPU_morphology/dilate.vert
@@ -0,0 +1,8 @@
+// Cyrille Henry 2007
+
+void main()
+{
+ gl_TexCoord[0] = gl_MultiTexCoord0;
+ gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
+
+}