1
0
Эх сурвалжийг харах

Update FSR1Node.js

Add note about anti-aliasing.
Michael Herzog 5 өдөр өмнө
parent
commit
9be5d73560

+ 2 - 1
examples/jsm/tsl/display/FSR1Node.js

@@ -18,7 +18,8 @@ let _rendererState;
  *
  * Note: Only use FSR 1 if your application is fragment-shader bound and cannot afford to render
  * at full resolution. FSR 1 adds its own overhead, so simply shaded scenes will render faster
- * at native resolution without it.
+ * at native resolution without it. Besides, FSR 1 should always be used with an anti-aliased
+ * source image.
  *
  * Reference: {@link https://gpuopen.com/fidelityfx-superresolution/}.
  *

粤ICP备19079148号