Table of Contents

Enum OS.RenderingDriver

Namespace
Godot
Assembly
GodotSharp.dll
public enum OS.RenderingDriver : long

Fields

Opengl3 = 1

The OpenGL 3 rendering driver. It uses OpenGL 3.3 Core Profile on desktop platforms, OpenGL ES 3.0 on mobile devices, and WebGL 2.0 on Web.

Vulkan = 0

The Vulkan rendering driver. It requires Vulkan 1.0 support and automatically uses features from Vulkan 1.1 and 1.2 if available.