source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/precompiled/app/OgreIllumModule_Resources/materials/GTPCaustic/GTPCaustic.program @ 3255

Revision 3255, 1013 bytes checked in by szirmay, 15 years ago (diff)
Line 
1fragment_program GTP/Caustic/PhotonMapHitEnv_PS hlsl
2{
3   source GTPCaustic.hlsl
4   entry_point PhotonMapHitEnvPS
5   target ps_3_0
6}
7
8vertex_program GTP/Caustic/CauCube_PointSprite_VS hlsl
9{
10   source GTPCaustic.hlsl
11   entry_point CauCube_PointSprite_VS
12   target vs_3_0
13}
14
15fragment_program GTP/Caustic/CauCube_PointSprite_PS hlsl
16{
17   source GTPCaustic.hlsl
18   entry_point CauCube_PointSprite_PS
19   target ps_3_0
20}
21
22fragment_program GTP/Caustic/CauCube_Point_PS hlsl
23{
24   source GTPCaustic.hlsl
25   entry_point CauCube_Point_PS
26   target ps_3_0
27}
28
29vertex_program GTP/Caustic/CauCube_Triangles_VS hlsl
30{
31   source GTPCaustic.hlsl
32   entry_point CauCube_Triangles_VS
33   target vs_3_0
34}
35
36fragment_program GTP/Caustic/CauCube_Triangles_PS hlsl
37{
38   source GTPCaustic.hlsl
39   entry_point CauCube_Triangles_PS
40   target ps_3_0
41}
42
43fragment_program GTP/Caustic/GatherCaustic_Cube_PS hlsl
44{
45   source GTPCaustic.hlsl
46   entry_point GatherCaustic_Cube_PS
47   target ps_3_0
48}
Note: See TracBrowser for help on using the repository browser.