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