globjects  1.0.0.000000000000
Strict OpenGL objects wrapper.
LogMessageLevel.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 
5 namespace globjects
6 {
7 
8 
9 enum class LogMessageLevel : unsigned int
10 {
11  Fatal
12 , Critical
13 , Warning
14 , Debug
15 , Info
16 };
17 
18 
19 } // namespace globjects
Contains all the classes that wrap OpenGL functionality.
LogMessageLevel
Definition: LogMessageLevel.h:9