Table of Contents

Enum MapMode

Namespace
Pie
Assembly
Pie.dll

The mode for which a buffer will be mapped.

public enum MapMode

Fields

Read = 0

The buffer will be mapped for reading only.

ReadWrite = 2

The buffer will be mapped for both reading and writing.

Write = 1

The buffer will be mapped for writing only.