Implement GPUBuffer.mapAsync and update wgpu-core

This commit is contained in:
Kunal Mohan 2020-06-22 19:52:02 +05:30
parent 0afe412d63
commit b74cea3a46
18 changed files with 514 additions and 433 deletions

View file

@ -153,7 +153,7 @@ DOMInterfaces = {
},
'GPUBuffer': {
'inRealms': ['MapReadAsync'],
'inRealms': ['MapAsync'],
}
}