Table of Contents

Enum KnifxBackend

Namespace
ShadowDusk.Core
Assembly
ShadowDusk.Core.dll

The KNI graphics backend a KNIFX body targets. The value IS the on-disk GraphicsBackend enum integer KNI's runtime matches against its adapter (verified from Xna.Framework.Graphics/Graphics/GraphicsBackend.cs @ KNI main). Desktop SDL2.GL reports OpenGL; the browser reports WebGL.

public enum KnifxBackend : short

Fields

DirectX11 = 33
DirectX12 = 34
GLES = 18
Metal = 257
OpenGL = 17
Vulkan = 129
WebGL = 20