Enum PresentOptions
[Flags]
public enum PresentOptions
Fields
Immediately = 2
The render target does not wait until the display refreshes to present.
None = 0
The render target waits until the display refreshes to present and discards the frame upon presenting.
RetainContents = 1
The render target does not discard the frame upon presenting.