OpenGL : Keeping alpha in a render buffer
- by Cyan
In my current task, i need to render a texture into a render buffer, in order to work on it (apply special filters) there. The result is then considered a "new texture", which is later displayed.
This works fine, except when the texture contains some transparent/semi-transparent parts.
My current guess it that, within the render buffer, the…