Enum SurfaceTransformBits

Enum Documentation

enum class portal::renderer::SurfaceTransformBits : uint16_t

Surface transformation flags.

Pre-transform operations for display rotation and mirroring.

Values:

enumerator Emtpy

No transform.

enumerator Identity

No rotation.

enumerator Rotate90

90° clockwise

enumerator Rotate180

180° rotation

enumerator Rotate270

270° clockwise

enumerator Mirror

Horizontal flip.

enumerator MirrorRotate90

Mirror + 90° rotation.

enumerator MirrorRotate180

Mirror + 180° rotation.

enumerator MirrorRotate270

Mirror + 270° rotation.

enumerator Inherit

Use current transform.