Click or drag to resize

BackbufferRatio Enumeration

Specifies scaling relative to the size of the backbuffer.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum BackbufferRatio
Members
Member nameValueDescription
Equal0 Surface is equal to the backbuffer size.
Half1 Surface is half the backbuffer size.
Quater2 Surface is a quater of the backbuffer size.
Eighth3 Surface is an eighth of the backbuffer size.
Sixteenth4 Surface is a sixteenth of the backbuffer size.
Double5 Surface is double the backbuffer size.
See Also