18 lines
291 B
Text
18 lines
291 B
Text
|
{
|
||
|
stateMap "default2d";
|
||
|
|
||
|
vertexShader 2.0 "glow_apply_sky_bleed.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "glow_apply_sky_bleed.hlsl"
|
||
|
{
|
||
|
colorMapSampler = sampler.feedback;
|
||
|
skySampler = sampler.sky;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
vertex.texcoord[0] = code.texcoord[0];
|
||
|
|
||
|
}
|