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

Trait Implementations

Derived Implementations

impl Debug for Source

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for Source

impl Clone for Source

fn clone(&self) -> Source

fn clone_from(&mut self, source: &Self)