Vocabularygpu.
buffersClass descriptionA
buffer-access-mode value is passed to
with-mapped-buffer to control access to the mapped address space.
• | read-access permits the mapped address space only to be read from. |
• | write-access permits the mapped address space only to be written to. |
• | read-write-access permits full access to the mapped address space. |
Definition