Skip to content

vrend: Do not try to swizzle vertex array on ES

glVertexAttribPointer on OpenGL ES does not accept GL_BGRA, which is necessary to swizzle vertex array.

Signed-off-by: Akihiko Odaki akihiko.odaki@gmail.com

Merge request reports