Enum glium::debug::Severity
[−]
[src]
pub enum Severity { Notification, Low, Medium, High, }
Severity of a debug message.
Variants
Notification | Anything that isn't an error or performance issue. |
Low | Redundant state-change performance warning, or unimportant undefined behavior. |
Medium | Major performance warnings, shader compilation/linking warnings, or the use of deprecated functionality. |
High | All OpenGL Errors, shader compilation/linking errors, or highly-dangerous undefined behavior. |