RenderContextFlags

Description

[Flags]
enum Tinman.Engine.API.RenderContextFlags

Enumeration of render context flags for RenderContext.Create.

Public / Constants

None

public constant None → (0:int32)

No render context creation flags.

Plain

public constant Plain → (1:int32)

Create a plain render context?

See also

GLBase.Plain

VerticalSync

public constant VerticalSync → (2:int32)

Enable vertical synchronization for presentation?

All

public constant All → (3:int32)

All flags.