Cargo Features
[dependencies]
oidn-wgpu-interop = { version = "0.1.1", default-features = false, features = ["dx12", "vulkan"] }
- default = dx12, vulkan
-
These default features are set whenever
oidn-wgpu-interop
is added without
somewhere in the dependency tree.default-features = false - dx12 default
-
These features should be all the wgpu features that also affect this repository.
- vulkan default