Click or drag to resize

ErrorType Enumeration

Specifies various error types that can be reported by bgfx.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ErrorType
Members
  Member nameValueDescription
DebugCheck0 A debug check failed; the program can safely continue, but the issue should be investigated.
InvalidShader1 The program tried to compile an invalid shader.
UnableToInitialize2 An error occurred during bgfx library initialization.
UnableToCreateTexture3 Failed while trying to create a texture.
DeviceLost4 The graphics device was lost and the library was unable to recover.
See Also