doc: update cmake config for emdawnwebgpu
1 unresolved thread
1 unresolved thread
Closes #19647
Merge request reports
Activity
requested review from @sankhesh
48 48 -B /path/to/vtk/build \ 49 49 -GNinja \ 50 50 -DVTK_ENABLE_WEBGPU=ON \ 51 -DDawn_DIR=/path/to/where/dawn/is/installed/lib/cmake/Dawn \ 51 -Demdawnwebgpu_DIR=/path/to/where/dawn/is/installed/lib/cmake/emdawnwebgpu \ @cory.quammen, thanks for taking it up. I just have one comment. this is a special case only needed when configuring for wasm. On desktop (x86_64/aarch64), it should still be
-DDawn_DIR
.
Please register or sign in to reply