Skip to content

Commit e9a07c5

Browse files
aevyriemockersf
authored andcommitted
Enable motion blur on WASM (#16893)
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.
1 parent 75c9e7a commit e9a07c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ doc-scrape-examples = true
991991
name = "Motion Blur"
992992
description = "Demonstrates per-pixel motion blur"
993993
category = "3D Rendering"
994-
wasm = false
994+
wasm = true
995995

996996
[[example]]
997997
name = "order_independent_transparency"

0 commit comments

Comments
 (0)