Click or drag to resize

RendererBackend Enumeration

Specifies the supported rendering backend APIs.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum RendererBackend
Members
  Member nameValueDescription
Noop0 No backend given.
Agc1 AGC
Direct3D112 Direct3D 11
Direct3D123 Direct3D 12
GNM4 PlayStation GNM
Metal5 Apple Metal.
NVN6 NVN
OpenGLES7 OpenGL ES
OpenGL8 OpenGL
Vulkan9 Vulkan
Default10 Used during initialization; specifies that the library should pick the best renderer for the running hardware and OS.
See Also