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