Click or drag to resize

BgfxReset Method

Resets graphics settings and surfaces.

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

Parameters

width
Type: SystemInt32
The width of the main window.
height
Type: SystemInt32
The height of the main window.
flags (Optional)
Type: Internal.SharpBgfxResetFlags
Flags used to configure rendering output.
format (Optional)
Type: Internal.SharpBgfxTextureFormat
The format of the backbuffer.
See Also