From a68811a1c5fc43bf5b4c41c4302d5b168c219520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 18 Nov 2014 20:34:41 +0100 Subject: [PATCH] This is no longer true. --- src/Magnum/AbstractTexture.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Magnum/AbstractTexture.h b/src/Magnum/AbstractTexture.h index 9c05c1240..99f55eeb3 100644 --- a/src/Magnum/AbstractTexture.h +++ b/src/Magnum/AbstractTexture.h @@ -122,10 +122,6 @@ functions do nothing. @todo `GL_NUM_COMPRESSED_TEXTURE_FORMATS` when compressed textures are implemented @todo `GL_MAX_SAMPLE_MASK_WORDS` when @extension{ARB,texture_multisample} is done @todo Query for immutable levels (@extension{ARB,ES3_compatibility}) -@bug If using @extension{ARB,multi_bind} and the texture is bound right after - construction, the @fn_gl{BindTextures} call will fail with - Renderer::Error::InvalidOperation, because the texture doesn't yet have - associated target */ class MAGNUM_EXPORT AbstractTexture: public AbstractObject { friend struct Implementation::TextureState;