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; bool flip;
} RenderTexturedData[]{ } RenderTexturedData[]{
{"", Flat2D::Flag::Textured, {}, false}, {"", Flat2D::Flag::Textured, {}, false},
{"texture transformeation", {"texture transformation",
Flat2D::Flag::Textured|Flat2D::Flag::TextureTransformation, Flat2D::Flag::Textured|Flat2D::Flag::TextureTransformation,
Matrix3::translation(Vector2{1.0f})*Matrix3::scaling(Vector2{-1.0f}), Matrix3::translation(Vector2{1.0f})*Matrix3::scaling(Vector2{-1.0f}),
true}, true},

Loading…
Cancel
Save