16 lines
254 B
Text
16 lines
254 B
Text
|
{
|
||
|
stateMap "shadowcookie_receiver";
|
||
|
|
||
|
vertexShader 2.0 "shadowcookie_receiver_nc_dtex.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "shadowcookie_receiver_nc.hlsl"
|
||
|
{
|
||
|
shadowCookieSampler = sampler.shadowCookie;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
|
||
|
}
|