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

16 lines
268 B
Text

{
stateMap "build_floatz";
vertexShader 2.0 "floatz_build_atest_nc.hlsl"
{
}
pixelShader 2.0 "floatz_build_atest_nc.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}