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

17 lines
292 B
Text

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