Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement mapReadAsync function of GPUBuffer #25831

Merged
merged 1 commit into from Feb 25, 2020

Commits on Feb 25, 2020

  1. Implement mapReadAsync function of GPUBuffer

    Implemented the `mapReadAsync` and fixed the `unmap` functions of `GPUBuffer`.
    Added `mapped` internal slot for tracking the ArrayBuffer/Promise.
    Added more states to the `GPUBufferState` enum.
    imiklos committed Feb 25, 2020
You can’t perform that action at this time.