Skip to content
  • Ian Romanick's avatar
    Correct errors in the fbo-incomplete-texture tests · 730eb7b3
    Ian Romanick authored
    These tests originally wanted the FBO to be incomplete.  However, this
    just verified incorrect behavior in another vendor's driver.  The spec
    says that all of these cases should produce a complete FBO.
    
    The format of the texture was also change from RGB to RGBA.  This
    should prevent FRAMEBUFFER_UNSUPPORTED on some drivers.
    730eb7b3