cod4-sdk/raw/techniques/post_light.tech

17 lines
234 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "default2d";
vertexShader 2.0 "post_light.hlsl"
{
}
pixelShader 2.0 "post_light.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.color[0] = code.color;
}