Enum glium::debug::Source
[−]
[src]
#[repr(u32)]pub enum Source { Api, WindowSystem, ShaderCompiler, ThirdParty, Application, OtherSource, }
Source of a debug message.
Variants
ApiCalls to the OpenGL API.
WindowSystemCalls to a window-system API.
ShaderCompilerA compiler for a shading language.
ThirdPartyAn application associated with Openctxt.gl.
ApplicationExplicitly generated by Glium or the application.
This should never happen, but is included here for completeness.
OtherSource
Trait Implementations
impl Clone for Source[src]
fn clone(&self) -> Source[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more