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 default-features = false somewhere in the dependency tree.

dx12 default

These features should be all the wgpu features that also affect this repository.

Enables dx12 of wgpu-hal

vulkan default

Enables vulkan of wgpu-hal