Buffer(ArraySegmentByte) Constructor |
Creates a new Buffer referencing a subsection of the same underlying memory byte array as the specified pointer.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic Buffer(
in ArraySegment<byte> pointer
)
Parameters
- pointer ArraySegmentByte
- The pointer to the current memory byte array.
See Also