Cogs.Core
Public Types | List of all members
Cogs::PresentFlags Struct Reference

Flags controlling presentation. More...

#include <Common.h>

Public Types

enum  EPresentFlags { None = 0 , Default = None , NoSwap = 0x0001L }
 Present flags enumeration. More...
 

Detailed Description

Flags controlling presentation.

Definition at line 171 of file Common.h.

Member Enumeration Documentation

◆ EPresentFlags

Present flags enumeration.

Enumerator
None 

No flags.

Default 

Default swap flags.

NoSwap 

Disables frame buffer swapping. This will leave the currently presented buffer as is.

Definition at line 174 of file Common.h.


The documentation for this struct was generated from the following file: