Browse Source

GL: wrong label in a test.

pull/651/merge
Vladimír Vondruš 1 year ago
parent
commit
40b7f5982e
  1. 2
      src/Magnum/GL/Test/TextureArrayGLTest.cpp

2
src/Magnum/GL/Test/TextureArrayGLTest.cpp

@ -287,7 +287,7 @@ const struct {
#endif
Containers::arrayView(CompressedData2D).exceptPrefix(16), 0},
#ifndef MAGNUM_TARGET_GLES
{"skip Y",
{"skip Z",
Containers::arrayView(CompressedData2D).exceptPrefix(16),
CompressedPixelStorage{}
.setCompressedBlockSize({4, 4, 1})

Loading…
Cancel
Save