Table of Contents

Enum RenderFlags.ColorFormatLayout

Namespace
LibGFX.Graphics
Assembly
LibGFX.dll

Represents the layout of color formats used in textures and render targets.

public enum RenderFlags.ColorFormatLayout

Fields

Depth = 4
DepthStencil = 5
R = 0
RG = 1
RGB = 2
RGBA = 3