Skip to content

Replace glFlush with glFinish to resolve flicker

Ghost User requested to merge (removed):resolve-gles2-flicker into master

Resolve artifacting on nvidia platforms using OpenGL ES renderer by replacing glFlush call with blocking glFinish call.

Tested on intel and amd gpus, no regressions found. No performance penalties observed.

Merge request reports

Loading