We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
that is quite large - I would try and increase your GPU memory
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to allocate one fbo with these options:
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!
The text was updated successfully, but these errors were encountered: