ILNumerics Ultimate VS

OGLBufferUpdateOrReplace Method (InArrayInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
updates the GL buffer with new data, expanding if necessary. Does not shrink the GL buffer!

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public void UpdateOrReplace(
	InArray<int> data
)

Parameters

data
Type: ILNumericsInArrayInt32
new data array, matrix with 3 or 4 rows, [0..n] columns, not null
Remarks

[ILNumerics Visualization Engine]

See Also

Reference