Cargo Features
[dependencies]
mesh_to_sdf_client = { version = "0.4.1", default-features = false, features = ["webgl", "webgpu"] }
- webgl
-
wgpu::DownlevelFlags::VERTEX_STORAGE is not supported on WebGL
Enables webgl of wgpu ^0.20.1
- default = webgpu
-
The
webgpu
feature is set by default whenevermesh_to_sdf_client
is added without
somewhere in the dependency tree.default-features = false - webgpu default
-
Enables wgsl of wgpu ^0.20.1
wgpu:
Enable accepting WGSL shaders as input.