Desynchronized WebGL canvas
Limited availability
The optional desynchronized
parameter of a canvas's getContext()
method permits the browser to draw a WebGL canvas independently of the event loop. This can reduce drawing latency.
Compatibility
- Chrome 81 Released on 2020-04-07
- Chrome Android 75 Released on 2019-06-04
- Edge 79 Released on 2020-01-15
- Firefox ❌ Search for bugs Search for standards position
- Firefox for Android ❌ Search for bugs Search for standards position
- Safari ❌ Search for bugs Search for standards position
- Safari on iOS ❌ Search for bugs Search for standards position
Specifications
- WebGL Specification (#5.2.1), from WebGL Working Group (Khronos Group).