Click or drag to resize

BgfxBegin Method

Begins submission of commands via an encoder on this thread.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Encoder Begin()

Return Value

Type: Encoder
An encoder instance that can be used to submit commands.
See Also