obs-studio/libobs-opengl
jp9000 efaafd7cb4 OpenGL: Fix erroneous handling of BGRX
BGRX was being treated as "BGR input" with "RGBA storage", where it
should have been "BGRA input" with "RGB storage".  So the input for the
texture was expecting 24 bits of packed BGR rather than 32bit BGRX
pixels, and was internally storing it with alpha available.
2014-06-07 15:30:05 -07:00
..
2013-09-30 19:37:13 -07:00
2014-05-01 11:26:17 -07:00
2014-03-29 17:23:31 -07:00