Skip to content

opengl: export bgra8 texture format

Hendrik Leppkes requested to merge (removed):bgra into master

BGRA formats are useful for overlays on systems where BGRA is the typical component order (eg. Windows).

Desktop GL will expose 'bgra8' in GL 2.1+. OpenGL ES exposes the 'bgra' format with the appropriate extension.

Merge request reports