Skip to content
Snippets Groups Projects
Commit a7c3c204 authored by Thomas Guillem's avatar Thomas Guillem Committed by Steve Lhomme
Browse files

opengl: interop_sw: fix >= 10bits rendering

Fixes a regression from 67bddf90

vlc_gl_interop_GetTexFormatSize() would always return an error for the
GL_R16UI / GL_RED combination. It's either GL_R16/GL_RED or
GL_R16UI/GL_RED_INTEGER.

But the sampler is using sampler2D and not usampler2D, so let's keep
GL_R16.
parent 32abaa35
No related branches found
No related tags found
1 merge request!6628opengl: fix 10bits on GL, add 10bits on GLES 3.0
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment