15 lines
178 B
Text
15 lines
178 B
Text
|
{
|
||
|
stateMap "default";
|
||
|
|
||
|
vertexShader 2.0 "shadowcookie_caster.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "shadowcookie_caster.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
|
||
|
}
|