Click or drag to resize

ResetFlags Enumeration

Specifies various settings to change during a reset call.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum ResetFlags
Members
Member nameValueDescription
None0 No features to change.
Fullscreen1 Not yet supported.
MSAA2x16 Enable 2x multisampling.
MSAA4x32 Enable 4x multisampling.
MSAA8x48 Enable 8x multisampling.
MSAA16x64 Enable 16x multisampling.
Vsync128 Enable v-sync.
MaxAnisotropy256 Use the maximum anisotropic filtering level available.
Capture512 Begin screen capture.
FlushAfterRender8,192 Flush all commands to the device after rendering.
FlipAfterRender16,384 Flip the backbuffer immediately after rendering for reduced latency. Only useful when multithreading is disabled.
SrgbBackbuffer32,768 Write data to the backbuffer in non-linear sRGB format.
HDR1065,536 Enable HDR10 rendering.
HighDPI131,072 Enable High-DPI rendering.
DepthClamp262,144 Enables depth clamping.
Suspend524,288 Suspends rendering.
See Also