mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-28 12:28:38 -05:00
It looks like the link between the gs layer rgba enable flags and the underlying D3D states never got fully implemented. This change adds the missing piece, fixing an issue I had in a plugin wherein I couldn't write a blended value to a RGBA render target without also changing the alpha of the dest pixel. Debugging that led to the missing gs_enable_color functionality. Closes jp9000/obs-studio#1064