|
|
|
@ -108,6 +108,7 @@ void AbstractFramebuffer::bindInternal(FramebufferTarget target) { |
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
bindImplementationDefault(target); |
|
|
|
bindImplementationDefault(target); |
|
|
|
#elif defined(MAGNUM_TARGET_WEBGL) |
|
|
|
#elif defined(MAGNUM_TARGET_WEBGL) |
|
|
|
|
|
|
|
static_cast<void>(target); |
|
|
|
bindImplementationSingle(); |
|
|
|
bindImplementationSingle(); |
|
|
|
#else |
|
|
|
#else |
|
|
|
(this->*Context::current().state().framebuffer->bindImplementation)(target); |
|
|
|
(this->*Context::current().state().framebuffer->bindImplementation)(target); |
|
|
|
|