Enum glium::debug::Source  
                   
                       [−]
                   
               [src]
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.
OtherSourceTrait Implementations
impl Debug for Source[src]
impl Copy for Source[src]
impl Clone for Source[src]
fn clone(&self) -> Source
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more