aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglsync.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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`.