Click or drag to resize

BgfxReset Method

Resets graphics settings and surfaces.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void Reset(
	int width,
	int height,
	ResetFlags flags = ResetFlags.None,
	TextureFormat format = TextureFormat.Count
)

Parameters

width  Int32
The width of the main window.
height  Int32
The height of the main window.
flags  ResetFlags  (Optional)
Flags used to configure rendering output.
format  TextureFormat  (Optional)
The format of the backbuffer.
See Also