summaryrefslogtreecommitdiffstats
path: root/src/demos/dualDepthPeeling/shader/front_peeling_final.vp
blob: 817857bb0bd6f97917419f7f97830230cf568c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//--------------------------------------------------------------------------------------
// Order Independent Transparency with Depth Peeling
//
// Author: Louis Bavoil
// Email: sdkfeedback@nvidia.com
//
// Copyright (c) NVIDIA Corporation. All rights reserved.
//--------------------------------------------------------------------------------------

void main(void)
{
     gl_Position = gl_ModelViewMatrix * gl_Vertex;
}