17 lines
254 B
Text
17 lines
254 B
Text
|
{
|
||
|
stateMap "default2d";
|
||
|
|
||
|
vertexShader 2.0 "glow_apply_bloom.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "glow_apply_bloom.hlsl"
|
||
|
{
|
||
|
colorMapSampler = sampler.feedback;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
vertex.texcoord[0] = code.texcoord[0];
|
||
|
|
||
|
}
|