89
edits
Line 176: | Line 176: | ||
Causes the context specified to be destroyed. The memory pointed to by context may be freed and accesses are undefined. | 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 == | == Optimizations and Legacy APIs == |
edits