BgfxSubmit(UInt16, Program, Int32, DiscardFlags) Method |
Submits the current batch of primitives for rendering.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Submit(
ushort id,
Program program,
int depth,
DiscardFlags flags
)
Parameters
- id UInt16
- The index of the view to submit.
- program Program
- The program with which to render.
- depth Int32
- A depth value to use for sorting the batch.
- flags DiscardFlags
- Which states to discard for next draw.
See Also