Skip to content

Draft: opengl: interop_cvpx: fix TexParameteri/f mismatch

GL_CLAMP_TO_EDGE is an enum and must be set using glTexParameteri. It was like this since ce1dc5d7 but union magic probably saved us from noticing weird behaviour.

Merge request reports

Loading