Browse Source

Shaders: grumble.

pull/433/head
Vladimír Vondruš 6 years ago
parent
commit
c9ea6aba2e
  1. 2
      src/Magnum/Shaders/Test/FlatGLTest.cpp

2
src/Magnum/Shaders/Test/FlatGLTest.cpp

@ -155,7 +155,7 @@ const struct {
bool flip;
} RenderTexturedData[]{
{"", Flat2D::Flag::Textured, {}, false},
{"texture transformeation",
{"texture transformation",
Flat2D::Flag::Textured|Flat2D::Flag::TextureTransformation,
Matrix3::translation(Vector2{1.0f})*Matrix3::scaling(Vector2{-1.0f}),
true},

Loading…
Cancel
Save