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

16 lines
231 B
Text

{
stateMap "default";
vertexShader 1.1 "cinematic.hlsl"
{
}
pixelShader 2.0 "cinematic.hlsl"
{
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
vertex.color[0] = code.color;
}