Resets graphics settings and surfaces.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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