Function DeviceMemory.mapRaw

Map device memory to host visible memory.

abstract void* mapRaw (
  in const(ulong) offset,
  in const(ulong) size
);

Parameters

NameDescription
offset the offset to the requested memory in bytes
size the size of the mapping in bytes.