Enum glium::debug::Source
[−]
[src]
pub enum Source {
Api,
WindowSystem,
ShaderCompiler,
ThirdParty,
Application,
OtherSource,
}Source of a debug message.
Variants
Api | Calls to the OpenGL API. |
WindowSystem | Calls to a window-system API. |
ShaderCompiler | A compiler for a shading language. |
ThirdParty | An application associated with Openctxt.gl. |
Application | Explicitly generated by Glium or the application. This should never happen, but is included here for completeness. |
OtherSource |