Table of Contents

Enum QuadEffects

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Specifies available fullscreen quad rendering effects.

[Flags]
public enum QuadEffects

Fields

FlipBoth = FlipHorizontally | FlipVertically

Specifies the quad should be flipped both vertically and horizontally.

FlipHorizontally = 1

Specifies the quad should be flipped horizontally.

FlipVertically = 2

Specifies the quad should be flipped vertically.

None = 0

Specifies the quad should not be flipped.