mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
progs/tests: print more info in copypixrate.c
This commit is contained in:
parent
b7f8f176f1
commit
3bd5888584
1 changed files with 3 additions and 0 deletions
|
|
@ -270,6 +270,9 @@ main(int argc, char *argv[])
|
|||
printf("Draw Buffer: %s\n", (Buffer == GL_BACK) ? "Back" : "Front");
|
||||
Init();
|
||||
|
||||
printf("Mode: %s\n", (UseBlit ? "glBlitFramebuffer" : "glCopyPixels"));
|
||||
printf("Alpha Test: %s\n", (AlphaTest ? "yes" : "no"));
|
||||
|
||||
glutMainLoop();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue