diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-07 22:00:01 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-07 22:00:01 +0200 |
commit | 766909047b6873b5af3f9aa98c6ed8cd53c6cc54 (patch) | |
tree | 3b32bc3035f14c2072fd687e2c9b18b7860c88e0 /shaders | |
parent | d19a44bcb53cebbee0ae51981f66b93b31cb9dcb (diff) |
a
Diffstat (limited to 'shaders')
-rw-r--r-- | shaders/tile-shader.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp index ee9056da..fd865208 100644 --- a/shaders/tile-shader.hpp +++ b/shaders/tile-shader.hpp @@ -1,11 +1,7 @@ #pragma once -#include <vector> -#include <utility> #include <Magnum/GL/AbstractShaderProgram.h> -#include <Magnum/GL/Texture.h> -#include <Magnum/Math/Color.h> #include <Magnum/Math/Vector2.h> -#include <Magnum/Math/Matrix4.h> +#include <Magnum/Math/Vector3.h> namespace Magnum::Examples { |