https://bugs.freedesktop.org/show_bug.cgi?id=70411

          Priority: medium
            Bug ID: 70411
          Assignee: [email protected]
           Summary: glInvalidateFramebuffer fails with GL_INVALID_ENUM
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: 9.2
         Component: Mesa core
           Product: Mesa

Created attachment 87535
  --> https://bugs.freedesktop.org/attachment.cgi?id=87535&action=edit
Add missing switch break

The call:
glInvalidateFramebuffer(GL_READ_FRAMEBUFFER, 1,
&(GLenum){GL_COLOR_ATTACHMENT0});
gives me GL_INVALID_ENUM. An FBO with only single color attachment is bound to
GL_READ_FRAMEBUFFER.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to