commit | b9e9df78a03edb35472c2e231aef4747e09db792 | [log] [tgz] |
---|---|---|
author | Marek Olšák <maraeo@gmail.com> | Tue May 31 20:36:07 2011 +0200 |
committer | Marek Olšák <maraeo@gmail.com> | Wed Jun 01 16:07:58 2011 +0200 |
tree | 17648ace2e1bbc8391c042df0141361aaab8414e | |
parent | d69dc2e20346397f4734a0760554a51fb4fbb3c0 [diff] |
mesa: queries of non-existent FBO attachments should return INVALID_OPERATION OpenGL 4.0 Compatibility, page 449: If the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is NONE, no framebuffer is bound to target. In this case querying pname FRAMEBUFFER_- ATTACHMENT_OBJECT_NAME will return zero, and all other queries will generate an INVALID_OPERATION error. Reviewed-by: Chad Versace <chad@chad-versace.us>