Browse Source

Oh, so it weren't NVidia drivers' fault after all.

Just me trying to compare freed memory and, of course, failing.
pull/157/head
Vladimír Vondruš 10 years ago
parent
commit
ad962415a2
  1. 2
      src/Magnum/Test/AbstractShaderProgramGLTest.cpp

2
src/Magnum/Test/AbstractShaderProgramGLTest.cpp

@ -711,7 +711,7 @@ void AbstractShaderProgramGLTest::compute() {
/** @todo Test on ES */
#ifndef MAGNUM_TARGET_GLES
const auto data = out.image(0, {PixelFormat::RGBAInteger, PixelType::UnsignedByte}).data();
const auto data = out.image(0, {PixelFormat::RGBAInteger, PixelType::UnsignedByte}).release();
MAGNUM_VERIFY_NO_ERROR();

Loading…
Cancel
Save