NPAPI:Pepper: Difference between revisions

Line 214: Line 214:
=== Destroying a buffer ===
=== Destroying a buffer ===


<pre>
/* Destroy a buffer associated with a particular context. */
/* Destroy a buffer associated with a particular context. */
typedef NPError (*NPDeviceDestroyBufferPtr)(
typedef NPError (*NPDeviceDestroyBufferPtr)(
Line 219: Line 220:
     NPDeviceContext* context,
     NPDeviceContext* context,
     int32 id);
     int32 id);
</pre>


== Optimizations and Legacy APIs ==
== Optimizations and Legacy APIs ==
89

edits