Enum DxgiMapOptions
CPU read-write options.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
[Flags]
public enum DxgiMapOptions
Fields
| Name | Description |
|---|---|
| Discard | Discard the previous contents of a resource when it is mapped. |
| None | No option. |
| Read | Allow CPU read access. |
| Write | Allow CPU write access. |