cod5-sdk/raw/techniques/clear_alpha.tech
2008-11-20 00:00:00 +00:00

14 lines
163 B
Text

{
stateMap "clear_alpha";
vertexShader 1.1 "transform_only.hlsl"
{
}
pixelShader 1.1 "black.hlsl"
{
}
vertex.position = code.position;
}