diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 18:14:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 18:14:05 +0200 |
commit | ed0b81dcbdd718e55a9d09b6da54950c664be9c3 (patch) | |
tree | 85af67a840737e176bc489193a06de9566401432 /shaders/tile-shader.hpp | |
parent | cce1f768e7399b838a2b865511915bdd576dbbf4 (diff) |
a
Diffstat (limited to 'shaders/tile-shader.hpp')
-rw-r--r-- | shaders/tile-shader.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp index 6cb81c7e..fc796c3f 100644 --- a/shaders/tile-shader.hpp +++ b/shaders/tile-shader.hpp @@ -11,6 +11,8 @@ struct tile_shader : GL::AbstractShaderProgram typedef GL::Attribute<0, Vector3> Position; typedef GL::Attribute<1, Vector2> TextureCoordinates; + fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(tile_shader); + explicit tile_shader(); ~tile_shader() override; |