Click or drag to resize

IndirectBuffer Constructor

Initializes a new instance of the IndirectBuffer struct.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public IndirectBuffer(
	int size
)

Parameters

size
Type: SystemInt32
The number of commands that can fit in the buffer.
See Also