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 François Mockers
parent 75c9e7a198
commit e9a07c5deb

View File

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