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 = 33DirectX12 = 34GLES = 18Metal = 257OpenGL = 17Vulkan = 129WebGL = 20