X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=apps%2Fgl%2Ftri.ref.txt;h=1288d924bc0e67d1dc1167375cbce59fac93cd5d;hb=c41cfb0f8cca8818f0a512d58f4c43820321e622;hp=060dd444f439880b2f3ca94e56be6c88dac34579;hpb=accd3917f73ef5e77541d7125041cf8361fbe899;p=apitrace-tests diff --git a/apps/gl/tri.ref.txt b/apps/gl/tri.ref.txt index 060dd44..1288d92 100644 --- a/apps/gl/tri.ref.txt +++ b/apps/gl/tri.ref.txt @@ -1,4 +1,4 @@ -glClearColor(red = 0.3, green = 0.1, blue = 0.3, alpha = 0) +glClearColor(red = 0.3, green = 0.1, blue = 0.3, alpha = 1) glViewport(x = 0, y = 0, width = 250, height = 250) glMatrixMode(mode = GL_PROJECTION) glLoadIdentity() @@ -13,4 +13,4 @@ glVertex3f(x = 0.9, y = -0.9, z = -30) glColor3f(red = 0, green = 0, blue = 0.7) glVertex3f(x = 0, y = 0.9, z = -30) glEnd() -glFlush() + glFlush()