89
edits
Changes
→Destroying a Device Context
Causes the context specified to be destroyed. The memory pointed to by context may be freed and accesses are undefined.
== Creating and Manipulating Buffers ==
Buffers are shared memory objects used to communicate data between processes in a multiprocess implementation. There are three fundamental operations
=== Creating a buffer ===
=== Mapping a buffer ===
=== Destroying a buffer ===
== Optimizations and Legacy APIs ==