GRBackend Enum

Definition

Possible 3D APIs that may be used by Ganesh.

public enum GRBackend
Inheritance
GRBackend

Fields

Name Value Description
Metal 0

Use the Metal 3D backend. (not yet supported)

OpenGL 1

Use the OpenGL 3D backend.

Vulkan 2

Use the Vulkan 3D backend. (not yet supported)

Dawn 3
Direct3D 4

Applies to