Enum nannou::ui::backend::glium::glium::debug::Source[][src]

#[repr(u32)]
pub enum Source { Api, WindowSystem, ShaderCompiler, ThirdParty, Application, OtherSource, }

Source of a debug message.

Variants

Calls to the OpenGL API.

Calls to a window-system API.

A compiler for a shading language.

An application associated with Openctxt.gl.

Explicitly generated by Glium or the application.

This should never happen, but is included here for completeness.

Trait Implementations

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

impl Copy for Source
[src]

Auto Trait Implementations

impl Send for Source

impl Sync for Source