Cargo Features

bevy_anti_alias has no features set by default.

[dependencies]
bevy_anti_alias = { version = "0.17.3", features = ["webgpu", "smaa_luts", "dlss", "force_disable_dlss"] }
trace webgl webgpu
smaa_luts

Enables ktx2 and zstd of bevy_image

dlss

Enables dlss_wgpu ^1 and uuid and raw_vulkan_init of bevy_render

bevy_render:

Forces the wgpu instance to be initialized using the raw Vulkan HAL, enabling additional configuration

Affects bevy_anti_alias::dlss

force_disable_dlss

Enables mock of optional dlss_wgpu ^1