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: 2024.1.1.0 (2024.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.
FlushAfterRender8192 Flush all commands to the device after rendering.
FlipAfterRender16384 Flip the backbuffer immediately after rendering for reduced latency. Only useful when multithreading is disabled.
SrgbBackbuffer32768 Write data to the backbuffer in non-linear sRGB format.
HDR1065536 Enable HDR10 rendering.
HighDPI131072 Enable High-DPI rendering.
DepthClamp262144 Enables depth clamping.
Suspend524288 Suspends rendering.
See Also