Click or drag to resize

BgfxFrame Method

Advances to the next frame.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public static int Frame(
	byte flags = 0
)

Parameters

flags  Byte  (Optional)
Flags used to control frame rendering.

Return Value

Int32
The current frame number.
Remarks
When using a multithreaded renderer, this call just swaps internal buffers, kicks render thread, and returns. In a singlethreaded renderer this call does frame rendering.
See Also