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