BackbufferRatio Enumeration |
Specifies scaling relative to the size of the backbuffer.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public enum BackbufferRatio
Members
| Member name | Value | Description |
---|
| Equal | 0 |
Surface is equal to the backbuffer size.
|
| Half | 1 |
Surface is half the backbuffer size.
|
| Quater | 2 |
Surface is a quater of the backbuffer size.
|
| Eighth | 3 |
Surface is an eighth of the backbuffer size.
|
| Sixteenth | 4 |
Surface is a sixteenth of the backbuffer size.
|
| Double | 5 |
Surface is double the backbuffer size.
|
See Also