|
|
|
|
@ -187,10 +187,10 @@ the concepts of graphics programming, we can change clear color to something
|
|
|
|
|
else and also print basic information about the GPU the engine is running on. |
|
|
|
|
First include the needed headers: |
|
|
|
|
@code |
|
|
|
|
#include <Magnum/Color.h> |
|
|
|
|
#include <Magnum/Context.h> |
|
|
|
|
#include <Magnum/Renderer.h> |
|
|
|
|
#include <Magnum/Version.h> |
|
|
|
|
#include <Magnum/Math/Color.h> |
|
|
|
|
@endcode |
|
|
|
|
|
|
|
|
|
And in the constructor (which is currently empty) change the clear color and |
|
|
|
|
|