Browse Source

GL: this should be here only on ES.

The definition is already like that.
pull/495/head
Vladimír Vondruš 5 years ago
parent
commit
f5313a480d
  1. 2
      src/Magnum/GL/MeshView.h

2
src/Magnum/GL/MeshView.h

@ -260,7 +260,9 @@ class MAGNUM_GL_EXPORT MeshView {
#ifndef MAGNUM_TARGET_WEBGL
static MAGNUM_GL_LOCAL void multiDrawImplementationDefault(Containers::ArrayView<const Containers::Reference<MeshView>> meshes);
#endif
#ifdef MAGNUM_TARGET_GLES
static MAGNUM_GL_LOCAL void multiDrawImplementationFallback(Containers::ArrayView<const Containers::Reference<MeshView>> meshes);
#endif
Containers::Reference<Mesh> _original;

Loading…
Cancel
Save