>>2870320Nevermind, finally figured it out through swapping bits of code with a working extension. The issue was with the incorrect format of the ScnMap texture (found in Shader\OpticalFlares.fxsub by default).
> string Format = "A8B8G8R8";>> string Format = "A16B16G16R16F";And voila, it works.