Skip to content
New issue

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

Cannot allocate FBO #154

Open
mrkva opened this issue Apr 20, 2013 · 1 comment
Open

Cannot allocate FBO #154

mrkva opened this issue Apr 20, 2013 · 1 comment

Comments

@mrkva
Copy link

mrkva commented Apr 20, 2013

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!

@jvcleave
Copy link
Member

that is quite large - I would try and increase your GPU memory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants