aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglsync.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-7/+6
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
|
* Initial implementation of WebGLSyncIstvan Miklos2019-10-021-0/+138
This patch adds initial support for WebGLSync. Note: There is no test for the isSync, deleteSync and waitSync functions in the `conformance2/sync/sync-webgl-specific.html`.