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

16 lines
255 B
Text

{
stateMap "default2d";
vertexShader 1.1 "dof_downsample.hlsl"
{
}
pixelShader 2.0 "dof_downsample.hlsl"
{
colorMapSampler = sampler.resolvedScene;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}