enum Gloop::Debug::Severity
Overview
Debug message severity (how important it is).
Defined in:
gloop/debug/severity.crEnum Members
-
DontCare =
4352_u32
-
Used for filtering messages.
-
High =
37190_u32
-
OpenGL error, shader compilation and linking error, or highly-dangerous undefined behavior.
-
Medium =
37191_u32
-
Major performance warnings, shader compilation and linking warnings, or the use of deprecated functionality.
-
Low =
37192_u32
-
Redundant state change performance warning or unimportant undefined behavior.
-
Notification =
33387_u32
-
Informational, not an error or performance issue.
Instance Method Summary
- #dont_care?
- #high?
- #low?
- #medium?
- #notification?
-
#to_unsafe
Converts to an OpenGL enum.