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

chore: WebGPU plumbing #9480

Merged
merged 12 commits into from
Mar 3, 2025
Merged

chore: WebGPU plumbing #9480

merged 12 commits into from
Mar 3, 2025

Conversation

ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Feb 28, 2025

Closes #

Background

  • Prep diff for WebGPU support

Change List

  • Minor changes to unblock WebGPU, should not break WebGL

@ibgreen ibgreen force-pushed the ib/webgpu-plumbing-2 branch from 485a814 to e8f1baa Compare March 1, 2025 13:51
ibgreen added 4 commits March 1, 2025 09:00
fix
wip
wip
wip
@coveralls
Copy link

coveralls commented Mar 1, 2025

Coverage Status

coverage: 91.537% (-0.01%) from 91.548%
when pulling fba6d5e on ib/webgpu-plumbing-2
into ffcb608 on master.

@ibgreen ibgreen force-pushed the ib/webgpu-plumbing-2 branch from 6c85196 to b4ccafc Compare March 1, 2025 15:47
ibgreen added 4 commits March 1, 2025 18:58

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@ibgreen ibgreen changed the title chore: WebGPU plumbing 2 chore: WebGPU plumbing Mar 2, 2025
@ibgreen ibgreen merged commit 1ab778f into master Mar 3, 2025
4 checks passed
@ibgreen ibgreen deleted the ib/webgpu-plumbing-2 branch March 3, 2025 21:16
felixpalmer pushed a commit that referenced this pull request Mar 12, 2025
@chandra-mouli-k-s
Copy link

Could this error be related to this PR. I get this every time I try and build my react project.
This started happening only after my version upgrade to 9.1.5+, builds were running without errors before the upgrade.

ERROR in ../node_modules/@deck.gl/core/dist/shaderlib/project/project.js
Module not found: Error: Can't resolve './project.wgsl' in '/home/app/node_modules/@deck.gl/core/dist/shaderlib/project'
Did you mean 'project.wgsl.js'?
BREAKING CHANGE: The request './project.wgsl' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
 @ ../node_modules/@deck.gl/core/dist/shaderlib/index.js
 @ ../node_modules/@deck.gl/core/dist/index.js
 @ ../node_modules/deck.gl/dist/index.js
 @ ./iFrames/catchment-management/index.tsx
 @ ./iFrames/index.tsx
 @ ./app.tsx
ERROR in ../node_modules/@deck.gl/layers/dist/line-layer/line-layer.js
Module not found: Error: Can't resolve './line-layer.wgsl' in '/home/app/node_modules/@deck.gl/layers/dist/line-layer'
Did you mean 'line-layer.wgsl.js'?
BREAKING CHANGE: The request './line-layer.wgsl' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
 @ ../node_modules/@deck.gl/layers/dist/index.js
 @ ../node_modules/deck.gl/dist/index.js
 @ ./iFrames/catchment-management/index.tsx
 @ ./iFrames/index.tsx
 @ ./app.tsx
ERROR in ../node_modules/@deck.gl/layers/dist/scatterplot-layer/scatterplot-layer.js
Module not found: Error: Can't resolve './scatterplot-layer.wgsl' in '/home/app/node_modules/@deck.gl/layers/dist/scatterplot-layer'
Did you mean 'scatterplot-layer.wgsl.js'?
BREAKING CHANGE: The request './scatterplot-layer.wgsl' failed to resolve only because it was resolved as fully specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants