Skip to content

Instantly share code, notes, and snippets.

@ThinhPhan
Last active July 26, 2018 19:22
Show Gist options
  • Save ThinhPhan/6ca97d4e58bb574c9c5a5a325a55951c to your computer and use it in GitHub Desktop.
Save ThinhPhan/6ca97d4e58bb574c9c5a5a325a55951c to your computer and use it in GitHub Desktop.

WPE Issues

OpenGL

Read more OpenGL Error

  • glGetError 0x502 : means invalid operation
  • glGetError 0x505 : means out-of-memory reported by the opengl gpu driver --> Solution: Share more memory to GPU
  1. OpenGL keep memory when load video and not release - memory leak, cause increase memory consumes until it crashed.

Work around by using

Side Effect: Show blackscreen and the screen will shrink in a seconds -> not smooth transition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment