On 23 January 2015 at 19:03, Laura Ekstrand <[email protected]> wrote:
...
> +       if ((err = glGetError()) != 0) {
> +               printf("gl error: 0x%08x\n", err);
> +               pass = GL_FALSE;
> +       }
Fwiw you can use piglit_check_gl_error() it quite some fancy reporting :-)

-Emil
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to