enum Gloop::Debug::Source
Overview
Debug message sources.
Defined in:
gloop/debug/source.crEnum Members
-
DontCare =
4352_u32
-
Used for filtering messages.
-
API =
33350_u32
-
OpenGL API call.
-
WindowSystem =
33351_u32
-
Window system API.
-
ShaderCompiler =
33352_u32
-
Shader compiler.
-
ThirdParty =
33353_u32
-
Application associated with OpenGL.
-
Application =
33354_u32
-
Client generated.
-
Other =
33355_u32
-
None of the above.
Instance Method Summary
- #api?
- #application?
- #dont_care?
- #other?
- #shader_compiler?
- #third_party?
-
#to_unsafe
Converts to an OpenGL enum.
- #window_system?