source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/bin/res/levelutil/shader/prog/envmap.s3d_shaderprog_run @ 2196

Revision 2196, 1.3 KB checked in by szirmay, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14d3d9
15{
16    hlsl_vertshader
17    {
18        code_variant_array
19        {
20            profile "2x0"
21            entry_point "main"
22            code "levelutil/shader/prog/d3d9_hlsl/"
23                    & "envmapSimple_d3d9_hlsl_vs1x1.s3d_shadercode_run"
24        }
25        {
26            codevar "matProjView"
27            slot 0
28            chan "projview"
29            trans "identity"
30        }
31        {
32            codevar "matView"
33            slot 0
34            chan "view"
35            trans "identity"
36        }
37        {
38            codevar "matViewInvTrans"
39            slot 0
40            chan "view"
41            trans "invtransp"
42        }
43    }
44
45    hlsl_pixshader
46    {
47        code_variant_array
48        {
49            profile "2x0"
50            entry_point "main"
51            code "levelutil/shader/prog/d3d9_hlsl/"
52                    & "envmapSimple_d3d9_hlsl_ps1x1.s3d_shadercode_run"
53        }
54    }
55}
Note: See TracBrowser for help on using the repository browser.