Click or drag to resize

FrameBufferTypes Enumeration

Defines the frame buffer types.

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