Click or drag to resize

InstanceDataBuffer Constructor

Initializes a new instance of the InstanceDataBuffer struct.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public InstanceDataBuffer(
	int count,
	int stride
)

Parameters

count
Type: SystemInt32
The number of elements in the buffer.
stride
Type: SystemInt32
The stride of each element.
See Also