Click or drag to resize

OSVideoDriver Enumeration

[Missing <summary> documentation for "T:Godot.OS.VideoDriver"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum VideoDriver
Members
  Member nameValueDescription
Gles21

The GLES2 rendering backend. It uses OpenGL ES 2.0 on mobile devices, OpenGL 2.1 on desktop platforms and WebGL 1.0 on the web.

Gles30

The GLES3 rendering backend. It uses OpenGL ES 3.0 on mobile devices, OpenGL 3.3 on desktop platforms and WebGL 2.0 on the web.

See Also