Skip to content

Add support for GL_ARB_vertex_array_bgra in V3D

This adds support for this extension in V3D. It has required to slightly change the V3D compiler to support R/B swapping in all the vertex attributes, as well as propagating this change to V3DV.

This fixes #3078 (closed)

Merge request reports