cod4-sdk/raw/techniques/textured_simple.tech

17 lines
251 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "default";
vertexShader 1.1 "textured_simple.hlsl"
{
}
pixelShader 1.1 "textured_simple.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}