Enum MapMode
- Namespace
- Pie
- Assembly
- Pie.dll
The mode for which a buffer will be mapped.
public enum MapMode
Fields
Read = 0The buffer will be mapped for reading only.
ReadWrite = 2The buffer will be mapped for both reading and writing.
Write = 1The buffer will be mapped for writing only.