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

15 lines
210 B
Text

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