DeviceMemory.mapRaw

Map device memory to host visible memory.

interface DeviceMemory
void*
mapRaw
(
in size_t offset
,
in size_t size
)

Parameters

offset size_t

the offset to the requested memory in bytes

size size_t

the size of the mapping in bytes.

Meta