Package com.google.android.filament
Class View.TemporalAntiAliasingOptions
- java.lang.Object
-
- com.google.android.filament.View.TemporalAntiAliasingOptions
-
- Enclosing class:
- View
public static class View.TemporalAntiAliasingOptions extends java.lang.ObjectOptions for Temporal Anti-aliasing (TAA)
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledenables or disables temporal anti-aliasingfloatfeedbackhistory feedback, between 0 (maximum temporal AA) and 1 (no temporal AA).floatfilterWidthreconstruction filter width typically between 0 (sharper, aliased) and 1 (smoother)
-
Constructor Summary
Constructors Constructor Description TemporalAntiAliasingOptions()
-
-
-
Field Detail
-
filterWidth
public float filterWidth
reconstruction filter width typically between 0 (sharper, aliased) and 1 (smoother)
-
feedback
public float feedback
history feedback, between 0 (maximum temporal AA) and 1 (no temporal AA).
-
enabled
public boolean enabled
enables or disables temporal anti-aliasing
-
-