braingdx icon indicating copy to clipboard operation
braingdx copied to clipboard

Layered shader support

Open bitbrain opened this issue 7 years ago • 0 comments

Current shader implementation does not support alpha channels and renders on a black texture instead (if no pixels are provided as texture). This is why layered shader support by using frame buffers does not work. Alpha blending is not an option because lose all alpha information after shading is applied.

bitbrain avatar Nov 08 '16 10:11 bitbrain