Skip to main content
Version: Next

Velaptor.Graphics.RenderEffects

Velaptor​

Velaptor.Graphics​

RenderEffects Enum​

Adds basic effects to a texture when rendered.

public enum RenderEffects

Fields​

None 0

No effects are applied.

FlipHorizontally 1

The texture is flipped horizontally.

FlipVertically 2

The texture is flipped vertically.

FlipBothDirections 3

The texture is flipped horizontally and vertically.