Adding new uniform to enforce that alpha becomes 1.0
When rendering opaque (RGB-only) windows the alpha ends up to be 0 with blending disabled. This breaks subsequent rendering steps which require blenden (e.g. Lanczos). Therefore a uniform is used to ensure that the alpha channel is set to 1.
Please register or sign in to comment