|
|
|
|
@ -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; |
|
|
|
|
|
|
|
|
|
|