Enum ContextSwapMethod
Defines differnet semantics for what happens to the backbuffer after a swap.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum ContextSwapMethod
Fields
Name | Description |
---|---|
Copy | The contents of the backbuffer are copied to the frontbuffer during a swap. Leaving the contents of the backbuffer unchanged. |
Exchange | The contents of the frontbuffer and backbuffer are exchanged after a swap. |
Undefined | The contents of the backbuffer after a swap is undefined. |