Specifies various error types that can be reported by bgfx.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
Members| Member name | Value | Description |
|---|
| DebugCheck | 0 |
A debug check failed; the program can safely continue, but the issue should be investigated.
|
| InvalidShader | 1 |
The program tried to compile an invalid shader.
|
| UnableToInitialize | 2 |
An error occurred during bgfx library initialization.
|
| UnableToCreateTexture | 3 |
Failed while trying to create a texture.
|
| DeviceLost | 4 |
The graphics device was lost and the library was unable to recover.
|
See Also