b55bb44845
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