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

17 lines
295 B
Text

{
stateMap "default2d";
vertexShader 1.1 "textured_simple.hlsl"
{
}
pixelShader 2.0 "dof_near_coc.hlsl"
{
colorMapSampler = sampler.postEffect0;
colorMapSampler1 = sampler.postEffect1;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}