89
edits
Line 183: | Line 183: | ||
=== Creating a buffer === | === Creating a buffer === | ||
<pre> | |||
/* Create a buffer associated with a particular context. The usage of the */ | /* 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 */ | /* buffer is device specific. The lifetime of the buffer is scoped with the */ | ||
Line 191: | Line 192: | ||
size_t size, | size_t size, | ||
int32* id); | int32* id); | ||
</pre> | |||
=== Mapping a buffer === | === Mapping a buffer === |
edits