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

17 lines
308 B
Text

{
stateMap "default2d";
vertexShader 2.0 "resample_scene.hlsl"
{
}
pixelShader 2.0 "resample_scene_x.hlsl"
{
colorMapSampler = sampler.feedback;
resampleSceneConsts = constant.resampleSceneConstsX;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}