Renderer: Added console effect for lens flares
fx::LensFlares instances use a shared data instance for common GLresources: texture atlas for flare images and a shader program. Thiscommit sets up the basic mechanism using de::Counted.
View differences
Renderer: Added console effect for lens flares
fx::LensFlares instances use a shared data instance for common GL
resources: texture atlas for flare images and a shader program. This
commit sets up the basic mechanism using de::Counted.