Browse Source

Test: what am I doing here?!

Fixes test failure on ES3.
pull/225/head
Vladimír Vondruš 8 years ago
parent
commit
2912a62f3c
  1. 2
      src/Magnum/Test/MeshGLTest.cpp

2
src/Magnum/Test/MeshGLTest.cpp

@ -1172,7 +1172,7 @@ void MeshGLTest::addVertexBufferFloatWithHalfFloat() {
MAGNUM_VERIFY_NO_ERROR();
const auto value = Checker(FloatShader("float", "vec4(valueInterpolated, 0.0, 0.0, 0.0)"),
RenderbufferFormat::RGBA8, mesh).get<UnsignedByte>(PixelFormat::RGBA, PixelType::UnsignedShort);
RenderbufferFormat::RGBA8, mesh).get<UnsignedByte>(PixelFormat::RGBA, PixelType::UnsignedByte);
MAGNUM_VERIFY_NO_ERROR();
CORRADE_COMPARE(value, 186);

Loading…
Cancel
Save