ILNumerics Ultimate VS

OGLBufferUpdateOrReplace Method (InArraySingle)

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<float> data
)

Parameters

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

[ILNumerics Visualization Engine]

See Also

Reference