Advances to the next frame.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntaxpublic static int Frame(
byte flags = 0
)
Parameters
- flags Byte (Optional)
- Flags used to control frame rendering.
Return Value
Int32The 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