Function DeviceMemory.mapRaw
Map device memory to host visible memory.
abstract void* mapRaw
(
in const(ulong) offset,
in const(ulong) size
);
Parameters
Name | Description |
---|---|
offset | the offset to the requested memory in bytes |
size | the size of the mapping in bytes. |