summaryrefslogtreecommitdiffstats
path: root/platform/windows/gl_manager_windows_angle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Update ANGLE surface size when window is resizedAlvin Wong2024-07-161-0/+5
| | | | | | | ANGLE needs to be told to resize the DXGI swap chain using `eglWaitNative`. Otherwise the resize will only happen in `eglSwapBuffers`, which causes some janky stretching during window resize.
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add ↵bruvzg2023-09-211-0/+70
EGL_ANDROID_blob_cache caching. Co-authored-by: Riteo <riteo@posteo.net>