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:
Aevyrie 2024-12-18 16:25:11 -08:00 committed by GitHub
parent ff5b63426a
commit 753d46fd95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"