19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
fragment_program DeferredShading/post/hlsl/ShowNormal_ps hlsl
|
|
|
|
{
|
|
|
|
source DeferredShading/post/hlsl/ShowNormal_ps.hlsl
|
|
|
|
target ps_2_0
|
|
|
|
entry_point main
|
|
|
|
}
|
|
|
|
fragment_program DeferredShading/post/hlsl/ShowDS_ps hlsl
|
|
|
|
{
|
|
|
|
source DeferredShading/post/hlsl/ShowDS_ps.hlsl
|
|
|
|
target ps_2_0
|
|
|
|
entry_point main
|
|
|
|
}
|
|
|
|
fragment_program DeferredShading/post/hlsl/ShowColour_ps hlsl
|
|
|
|
{
|
|
|
|
source DeferredShading/post/hlsl/ShowColour_ps.hlsl
|
|
|
|
target ps_2_0
|
|
|
|
entry_point main
|
|
|
|
}
|
|
|