|
|
|
@ -276,8 +276,8 @@ FramebufferState::FramebufferState(Context& context, std::vector<std::string>& e |
|
|
|
|
|
|
|
|
|
|
|
} else blitImplementation = nullptr; |
|
|
|
} else blitImplementation = nullptr; |
|
|
|
|
|
|
|
|
|
|
|
/* Always available on ES3 */ |
|
|
|
/* Always available on ES3 and WebGL 2 */ |
|
|
|
#elif !defined(MAGNUM_TARGET_WEBGL) |
|
|
|
#elif !defined(MAGNUM_TARGET_GLES2) |
|
|
|
blitImplementation = &AbstractFramebuffer::blitImplementationDefault; |
|
|
|
blitImplementation = &AbstractFramebuffer::blitImplementationDefault; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|