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

16 lines
269 B
Text

{
stateMap "default2d";
vertexShader 2.0 "glow_consistent_setup.hlsl"
{
}
pixelShader 2.0 "glow_consistent_setup.hlsl"
{
colorMapSampler = sampler.resolvedScene;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}