diff --git a/crates/bevy_anti_aliasing/src/smaa/smaa.wgsl b/crates/bevy_anti_aliasing/src/smaa/smaa.wgsl index 0872325448..24dc6baa25 100644 --- a/crates/bevy_anti_aliasing/src/smaa/smaa.wgsl +++ b/crates/bevy_anti_aliasing/src/smaa/smaa.wgsl @@ -146,10 +146,10 @@ * * (See SMAA_INCLUDE_VS and SMAA_INCLUDE_PS below). * * And four presets: - * SMAA_PRESET_LOW (%60 of the quality) - * SMAA_PRESET_MEDIUM (%80 of the quality) - * SMAA_PRESET_HIGH (%95 of the quality) - * SMAA_PRESET_ULTRA (%99 of the quality) + * SMAA_PRESET_LOW (60% of the quality) + * SMAA_PRESET_MEDIUM (80% of the quality) + * SMAA_PRESET_HIGH (95% of the quality) + * SMAA_PRESET_ULTRA (99% of the quality) * * For example: * #define SMAA_RT_METRICS float4(1.0 / 1280.0, 1.0 / 720.0, 1280.0, 720.0)