From f5313a480decece0ff25348090f05bbaf2a502ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 12 Feb 2021 22:36:36 +0100 Subject: [PATCH] GL: this should be here only on ES. The definition is already like that. --- src/Magnum/GL/MeshView.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/GL/MeshView.h b/src/Magnum/GL/MeshView.h index c79a513cb..1cf344120 100644 --- a/src/Magnum/GL/MeshView.h +++ b/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> meshes); #endif + #ifdef MAGNUM_TARGET_GLES static MAGNUM_GL_LOCAL void multiDrawImplementationFallback(Containers::ArrayView> meshes); + #endif Containers::Reference _original;