Browse Source

Hide internal function declaration on ES2 builds.

The implementation was already hidden so this is not needed too.
pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
dde630e7f8
  1. 2
      src/Magnum/Implementation/maxTextureSize.h

2
src/Magnum/Implementation/maxTextureSize.h

@ -31,7 +31,9 @@ namespace Magnum { namespace Implementation {
GLint maxTextureSideSize();
GLint max3DTextureDepth();
#ifndef MAGNUM_TARGET_GLES2
GLint maxTextureArrayLayers();
#endif
GLint maxCubeMapTextureSideSize();
}}

Loading…
Cancel
Save