cod4-sdk/raw/techniques/build_shadowmap_depth.tech
2008-01-19 00:00:00 +00:00

14 lines
172 B
Text

{
stateMap "build_shadowmap_depth";
vertexShader 1.1 "transform_only.hlsl"
{
}
pixelShader 1.1 "null.hlsl"
{
}
vertex.position = code.position;
}