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

17 lines
280 B
Text

{
stateMap "default2d";
vertexShader 1.1 "vertcol_simple.hlsl"
{
}
pixelShader 2.0 "vertcol_film.hlsl"
{
colorMapSampler = sampler.feedback;
}
vertex.position = code.position;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}