Skip to content

Cannot allocate FBO #154

Description

@mrkva

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions