Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows: Update ANGLE surface size when window is resized | Alvin Wong | 2024-07-16 | 1 | -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 ↵ | bruvzg | 2023-09-21 | 1 | -0/+70 |
EGL_ANDROID_blob_cache caching. Co-authored-by: Riteo <riteo@posteo.net> |