#include "framebuffercollection.h" FramebufferCollection::FramebufferCollection() { } void FramebufferCollection::Create(QOpenGLContext* ctx, int width, int height, int count) { Q_ASSERT(count > 1); fbo_.resize(count); for (int i=0;i