Click or drag to resize

FrameBufferTypes Enumeration

Defines the frame buffer types.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum FrameBufferTypes
Members
Member nameValueDescription
Color1The color buffer.
Depth2The depth buffer.
Stencil4The stencil buffer.
All7 
See Also