Show / Hide Table of Contents

Enum GraphicsBackend

The specific graphics API used by the GraphicsDevice.

Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public enum GraphicsBackend : byte

Fields

Name Description
Direct3D11

Direct3D 11.

Metal

Metal.

OpenGL

OpenGL.

OpenGLES

OpenGL ES.

Vulkan

Vulkan.

Back to top