Back to Filament

quality

docs/android/dokka/filament-android/com.google.android.filament/-view/-dynamic-resolution-options/quality.md

1.75.0714 B
Original Source

//filament-android/com.google.android.filament/View/DynamicResolutionOptions/quality

quality

[main]
open var quality: View.QualityLevel

Upscaling quality

  • LOW: bilinear filtered blit. Fastest, poor quality
  • MEDIUM: Qualcomm Snapdragon Game Super Resolution (SGSR) 1.0
  • HIGH: AMD FidelityFX FSR1 w/ mobile optimizations
  • ULTRA: AMD FidelityFX FSR1

FSR1 and SGSR require a well anti-aliased (MSAA or TAA), noise free scene. Avoid FXAA and dithering.

The default upscaling quality is set to LOW.

caveat: currently, quality is always set to LOW if the View is TRANSLUCENT.