Skip to content

Commit

Permalink
Enable motion blur on WASM (#16893)
Browse files Browse the repository at this point in the history
This feature was tested with WASM, WebGL, and WebGPU. It should work on
these targets. I think this was an oversight in the original PR.
  • Loading branch information
aevyrie authored Dec 19, 2024
1 parent ff5b634 commit 753d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ doc-scrape-examples = true
name = "Motion Blur"
description = "Demonstrates per-pixel motion blur"
category = "3D Rendering"
wasm = false
wasm = true

[[example]]
name = "order_independent_transparency"
Expand Down

0 comments on commit 753d46f

Please sign in to comment.