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
ff5b63426a
commit
753d46fd95
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user