[Mesa-dev] [Bug 30993] getFramebufferAttachmentParameteriv wrongly generates error
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 19 16:35:01 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30993
Ian Romanick <idr at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #2 from Ian Romanick <idr at freedesktop.org> 2010-10-19 16:35:01 PDT ---
Mesa is correct in generating GL_INVALID_ENUM when the object type is not one
of GL_TEXTURE or GL_RENDERBUFFER. The GL_ARB_framebuffer_objects spec says:
"If the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is
RENDERBUFFER, then
...
If the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is
TEXTURE, then
...
Otherwise, an INVALID_ENUM error is generated."
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list