Click or drag to resize

Buffer(ArraySegmentByte) Constructor

Creates a new Buffer referencing a subsection of the same underlying memory byte array as the specified pointer.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public Buffer(
	 in ArraySegment<byte> pointer
)

Parameters

pointer  ArraySegmentByte
The pointer to the current memory byte array.
See Also