enum Gloop::Debug::Severity

Overview

Debug message severity (how important it is).

Defined in:

gloop/debug/severity.cr

Enum 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

Instance Method Detail

def dont_care? #

[View source]
def high? #

[View source]
def low? #

[View source]
def medium? #

[View source]
def notification? #

[View source]
def to_unsafe #

Converts to an OpenGL enum.


[View source]