Browse Source

GL: minor cleanup.

pull/370/head
Vladimír Vondruš 7 years ago
parent
commit
1e761d5701
  1. 1
      src/Magnum/GL/Test/PixelFormatTest.cpp

1
src/Magnum/GL/Test/PixelFormatTest.cpp

@ -284,6 +284,7 @@ void PixelFormatTest::mapCompressedFormatImplementationSpecific() {
CORRADE_COMPARE(compressedPixelFormat(Magnum::compressedPixelFormatWrap(CompressedPixelFormat::RGBAS3tcDxt1)),
CompressedPixelFormat::RGBAS3tcDxt1);
}
void PixelFormatTest::mapCompressedFormatUnsupported() {
#ifndef MAGNUM_TARGET_GLES2
CORRADE_SKIP("All pixel formats are supported on ES3+.");

Loading…
Cancel
Save