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.
This commit is contained in:
parent
75c9e7a198
commit
e9a07c5deb
@ -991,7 +991,7 @@ doc-scrape-examples = true
|
|||||||
name = "Motion Blur"
|
name = "Motion Blur"
|
||||||
description = "Demonstrates per-pixel motion blur"
|
description = "Demonstrates per-pixel motion blur"
|
||||||
category = "3D Rendering"
|
category = "3D Rendering"
|
||||||
wasm = false
|
wasm = true
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "order_independent_transparency"
|
name = "order_independent_transparency"
|
||||||
|
Loading…
Reference in New Issue
Block a user