Enum 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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Source
[src]

impl Debug for Source
[src]

[src]

Formats the value using the given formatter.