cod4-sdk/raw/techniques/case_texture_dtex.tech

19 lines
329 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "default";
vertexShader 1.1 "vertcol_simple_dtex.hlsl"
{
}
pixelShader 2.0 "case_texture.hlsl"
{
colorMapSampler = material.colorMap;
caseTextureSampler = sampler.caseTexture;
}
vertex.position = code.position;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}