We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b38989 commit a1139c2Copy full SHA for a1139c2
crates/bevy_anti_aliasing/src/smaa/smaa.wgsl
@@ -146,10 +146,10 @@
146
* * (See SMAA_INCLUDE_VS and SMAA_INCLUDE_PS below).
147
*
148
* And four presets:
149
- * SMAA_PRESET_LOW (%60 of the quality)
150
- * SMAA_PRESET_MEDIUM (%80 of the quality)
151
- * SMAA_PRESET_HIGH (%95 of the quality)
152
- * 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)
153
154
* For example:
155
* #define SMAA_RT_METRICS float4(1.0 / 1280.0, 1.0 / 720.0, 1280.0, 720.0)
0 commit comments