Table of Contents

Enum GraphicsBackend

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

The specific graphics API used by the GraphicsDevice.

public enum GraphicsBackend : byte

Fields

Direct3D11 = 0

Direct3D 11.

OpenGL = 2

OpenGL.

OpenGLES = 3

OpenGL ES.

Vulkan = 1

Vulkan.