cod4-sdk/raw/techniques/clear_alpha_stencil.tech

15 lines
171 B
Text
Raw Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "clear_alpha_stencil";
vertexShader 1.1 "transform_only.hlsl"
{
}
pixelShader 1.1 "black.hlsl"
{
}
vertex.position = code.position;
}