Browse Source

Text: actually make use of the test instance parameters.

Not sure what was I doing in 9d1f2f9bc9.
pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
deb98b1fd7
  1. 2
      src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp

2
src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp

@ -109,6 +109,8 @@ const struct {
bool glPixelFormat; bool glPixelFormat;
} SetProcessedImageData[]{ } SetProcessedImageData[]{
{"", false, false}, {"", false, false},
{"using deprecated API", true, false},
{"using deprecated API and GL-specific pixel format", true, true},
}; };
#endif #endif

Loading…
Cancel
Save