89
edits
Changes
→Creating a buffer
=== Creating a buffer ===
<pre>
/* Create a buffer associated with a particular context. The usage of the */
/* buffer is device specific. The lifetime of the buffer is scoped with the */
size_t size,
int32* id);
</pre>
=== Mapping a buffer ===