forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
I am trying to allocate one fbo with these options:
ofFbo::Settings settings;
settings.internalformat = GL_RGBA;
settings.numSamples = 1;
settings.useDepth = false;
settings.useStencil = false;
settings.width = 2480;
settings.height = 3508;
fbo.allocate(settings);
But I get this error: [ofFbo:error] FRAMEBUFFER_INCOMPLETE_ATTACHMENT
Any tips? I am getting desperate. I tried numSamples = 0, same result.
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels