Enum QuadEffects
Specifies available fullscreen quad rendering effects.
[Flags]
public enum QuadEffects
Fields
None = 0Specifies the quad should not be flipped.
FlipHorizontally = 1Specifies the quad should be flipped horizontally.
FlipVertically = 2Specifies the quad should be flipped vertically.
FlipBoth = FlipHorizontally | FlipVerticallySpecifies the quad should be flipped both vertically and horizontally.