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

Example: Update webgpu_mrt_mask imports #28972

Merged
merged 3 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Example: Update webgpu_mrt_mask imports
  • Loading branch information
sunag committed Jul 25, 2024
commit 2f04c9623c05501d4c78f0eee7ad992d1448de8e
4 changes: 2 additions & 2 deletions examples/webgpu_mrt_mask.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<script type="importmap">
{
"imports": {
"three": "../src/Three.WebGPU.js",
"three/tsl": "../src/Three.WebGPU.js",
"three": "../build/three.webgpu.js",
"three/tsl": "../build/three.webgpu.js",
"three/addons/": "./jsm/"
}
}
Expand Down