Browse Source

print GL_RENDERER upon startup

tags/mesa_3_3
Brian Paul 25 years ago
parent
commit
498c09040e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      progs/xdemos/shape.c

+ 2
- 1
progs/xdemos/shape.c View File

/* $Id: shape.c,v 1.2 2000/06/27 15:33:44 brianp Exp $ */
/* $Id: shape.c,v 1.3 2000/06/27 15:34:35 brianp Exp $ */


/* /*
* Example of using the X "shape" extension with OpenGL: render a spinning * Example of using the X "shape" extension with OpenGL: render a spinning


glXMakeCurrent(dpy, win, glCtx); glXMakeCurrent(dpy, win, glCtx);


printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
printf("Press ESC to exit.\n"); printf("Press ESC to exit.\n");
printf("Press up/down to change window shape.\n"); printf("Press up/down to change window shape.\n");



Loading…
Cancel
Save