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

14 lines
168 B
Text

{
stateMap "passthrough";
vertexShader 1.1 "transform_only_tools.hlsl"
{
}
pixelShader 1.1 "null.hlsl"
{
}
vertex.position = code.position;
}