Class

SuperSamplingPattern

Specifies the super sampling setting for this Surface.

Source set: Android
public value class SuperSamplingPattern
private constructor(public val value: SurfaceEntity.SuperSampling)

Specifies the super sampling setting for this Surface. Super sampling can improve rendering quality at a performance cost.

Companion Object

Properties

Source set: Android
public val None: SuperSamplingPattern

Super sampling is disabled.

Source set: Android
public val Pentagon: SuperSamplingPattern

Super sampling is enabled with a default sampling pattern.

Last updated: