cod5-sdk/raw/techniques/revivefx.tech

19 lines
330 B
Text
Raw Normal View History

2008-11-20 00:00:00 +00:00
{
stateMap "default2d";
vertexShader 1.1 "lib/revivefx.hlsl"
{
}
pixelShader 2.0 "lib/revivefx.hlsl"
{
colorMapSampler = sampler.feedback;
colorMapSampler1 = material.colorMap;
colorMapSampler2 = sampler.postEffect0;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}