GLApi

Description

enum Tinman.Engine.API.GLApi

Enumeration of used OpenGL APIs.

Public / Constants

Unspecified

public constant Unspecified → (0:int32)

Unspecified API

See also

GLBase

OpenGL_41

public constant OpenGL_41 → (1:int32)

OpenGL 4.1 Core Profile (or newer, up to 4.6).

On desktop MacOS machines, OpenGL 4.1 is the highest supported version.

See also

GL

OpenGLES_30

public constant OpenGLES_30 → (2:int32)

OpenGLES 3.0 (or newer, up to 3.2).

WebGL 2.0 exposes the API of OpenGLES 3.0.

See also

GLES