summaryrefslogtreecommitdiffhomepage
path: root/tile-shader.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-02 00:36:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-02 00:36:34 +0200
commit742579ca2fce1effe942928f5b94401e1e723f34 (patch)
treeba11651aecd68edc12d3f5c69c04b6c2f6c2ee79 /tile-shader.hpp
parent3dc6362599e85c9978ec4e9676ebcda3ab52beaf (diff)
foo
Diffstat (limited to 'tile-shader.hpp')
-rw-r--r--tile-shader.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tile-shader.hpp b/tile-shader.hpp
index bf0813ff..1c2faabf 100644
--- a/tile-shader.hpp
+++ b/tile-shader.hpp
@@ -16,7 +16,6 @@ struct tile_shader : GL::AbstractShaderProgram
{
typedef GL::Attribute<0, Vector3> Position;
typedef GL::Attribute<1, Vector2> TextureCoordinates;
- typedef GL::Attribute<2, int> TextureID;
explicit tile_shader();