Table of Contents

Enum ZBufferMode

Namespace
OmegaEngine
Assembly
OmegaEngine.dll
public enum ZBufferMode
Extension Methods

Fields

Normal = 0

Test against the ZBuffer before drawing a pixel and write to it afterwards

Off = 2

Do not use the ZBuffer

ReadOnly = 1

Test against the ZBuffer before drawing a pixel but don't write to it

See Also