oh, sorry. my mistake... I should have paid more attention. The problem is in the return (as highlighted by the error ).

return float4((float3)lum, 1.0);

The shader expects a return value for alpha transparency. Since it's bloom, we don't need transparency.


xXxGuitar511
- Programmer