source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPCaustic/GTPCaustic.program @ 2040

Revision 2040, 875 bytes checked in by szirmay, 17 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
22vertex_program GTP/Caustic/CauCube_Triangles_VS hlsl
23{
24   source GTPCaustic.hlsl
25   entry_point CauCube_Triangles_VS
26   target vs_3_0
27}
28
29fragment_program GTP/Caustic/CauCube_Triangles_PS hlsl
30{
31   source GTPCaustic.hlsl
32   entry_point CauCube_Triangles_PS
33   target ps_3_0
34}
35
36fragment_program GTP/Caustic/GatherCaustic_Cube_PS hlsl
37{
38   source GTPCaustic.hlsl
39   entry_point GatherCaustic_Cube_PS
40   target ps_3_0
41}
Note: See TracBrowser for help on using the repository browser.