Tesla Graphics Engine Documentation (January 2012)
memcpy Method (src, dest, count)
TeslaTesla.UtilMemUtilsmemcpy(Byte*, Byte*, Int32)
Copies bytes from one unsafe byte pointer to another, from the MSDN C# programming guide. This does not check bounds and offsets should be added to the pointer before passing them in.
Declaration Syntax
C#
public static void memcpy(
	byte* src,
	byte* dest,
	int count
)
Parameters
src (Byte*)
Source byte pointer
dest (Byte*)
Source byte pointer
count (Int32)
The number of bytes to copy

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)