89
edits
Line 194: | Line 194: | ||
=== Mapping a buffer === | === Mapping a buffer === | ||
<pre> | |||
/* Inserts the buffer into the address space of the caller. | /* Inserts the buffer into the address space of the caller. | ||
Unmapping implicitly happens when the buffer or context is destroyed. */ | Unmapping implicitly happens when the buffer or context is destroyed. */ | ||
Line 206: | Line 207: | ||
int32 id, | int32 id, | ||
NPDeviceBuffer* buffer); | NPDeviceBuffer* buffer); | ||
</pre> | |||
=== Destroying a buffer === | === Destroying a buffer === |
edits