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 public enum RendererBackend
Members
| Member name | Value | Description |
---|
| Noop | 0 |
No backend given.
|
| Agc | 1 |
AGC
|
| Direct3D11 | 2 |
Direct3D 11
|
| Direct3D12 | 3 |
Direct3D 12
|
| GNM | 4 |
PlayStation GNM
|
| Metal | 5 |
Apple Metal.
|
| NVN | 6 |
NVN
|
| OpenGLES | 7 |
OpenGL ES
|
| OpenGL | 8 |
OpenGL
|
| Vulkan | 9 |
Vulkan
|
| Default | 10 |
Used during initialization; specifies that the library should
pick the best renderer for the running hardware and OS.
|
See Also