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

Initial implementation of GPUComputePipeline #25700

Merged
merged 2 commits into from Feb 11, 2020

Commits on Feb 11, 2020

  1. Initial implementation of GPUShaderModule

    Added WebIDL bindings for `GPUShaderModule`.
    Implemented the `createShaderModule` function of `GPUDevice`.
    imiklos committed Feb 11, 2020
  2. Initial implementation of GPUComputePipeline

    Added WebIDL bindings for `GPUComputePipeline`.
    Implemented the `createComputePipeline` function of `GPUDevice`.
    imiklos committed Feb 11, 2020
You can’t perform that action at this time.