summaryrefslogtreecommitdiffstats
path: root/src/demos/dualDepthPeeling/shaders/dual_peeling_init.vp
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/dualDepthPeeling/shaders/dual_peeling_init.vp')
-rw-r--r--src/demos/dualDepthPeeling/shaders/dual_peeling_init.vp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/demos/dualDepthPeeling/shaders/dual_peeling_init.vp b/src/demos/dualDepthPeeling/shaders/dual_peeling_init.vp
new file mode 100644
index 0000000..583aad4
--- /dev/null
+++ b/src/demos/dualDepthPeeling/shaders/dual_peeling_init.vp
@@ -0,0 +1,13 @@
+//--------------------------------------------------------------------------------------
+// Order Independent Transparency with Dual Depth Peeling
+//
+// Author: Louis Bavoil
+//
+// Copyright (c) NVIDIA Corporation. All rights reserved.
+//--------------------------------------------------------------------------------------
+
+void main(void)
+{
+ gl_Position = ftransform();
+}