cod5-sdk/raw/techniques/build_floatz_test_sls.tech

19 lines
296 B
Text
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
{
stateMap "build_floatz";
vertexShader 2.0 "floatz_build_atest.hlsl"
{
}
pixelShader 2.0 "floatz_build_atest.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}