89
edits
Changes
→Destroying a buffer
=== Destroying a buffer ===
<pre>
/* Destroy a buffer associated with a particular context. */
typedef NPError (*NPDeviceDestroyBufferPtr)(
NPDeviceContext* context,
int32 id);
</pre>
== Optimizations and Legacy APIs ==