Revision 692,
466 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Rev | Line | |
---|
[692] | 1 | fragment_program DeferredShading/post/hlsl/ShowNormal_ps hlsl
|
---|
| 2 | {
|
---|
| 3 | source DeferredShading/post/hlsl/ShowNormal_ps.hlsl
|
---|
| 4 | target ps_2_0
|
---|
| 5 | entry_point main
|
---|
| 6 | }
|
---|
| 7 | fragment_program DeferredShading/post/hlsl/ShowDS_ps hlsl
|
---|
| 8 | {
|
---|
| 9 | source DeferredShading/post/hlsl/ShowDS_ps.hlsl
|
---|
| 10 | target ps_2_0
|
---|
| 11 | entry_point main
|
---|
| 12 | }
|
---|
| 13 | fragment_program DeferredShading/post/hlsl/ShowColour_ps hlsl
|
---|
| 14 | {
|
---|
| 15 | source DeferredShading/post/hlsl/ShowColour_ps.hlsl
|
---|
| 16 | target ps_2_0
|
---|
| 17 | entry_point main
|
---|
| 18 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.