From c13a05547de406985b3bf3f5e4473eff050b5ac7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 29 Mar 2003 16:42:57 +0000 Subject: print GL_MULTISAMPLE_ARB --- progs/tests/antialias.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'progs/tests/antialias.c') diff --git a/progs/tests/antialias.c b/progs/tests/antialias.c index 3f03332da5..79b5ab75c5 100644 --- a/progs/tests/antialias.c +++ b/progs/tests/antialias.c @@ -1,4 +1,4 @@ -/* $Id: antialias.c,v 1.1 2002/11/08 18:30:26 brianp Exp $ */ +/* $Id: antialias.c,v 1.2 2003/03/29 16:42:57 brianp Exp $ */ /* * Test multisampling and polygon smoothing. @@ -203,6 +203,9 @@ Init( void ) glBlendFunc(GL_SRC_ALPHA, GL_ONE); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE); + + glGetIntegerv(GL_MULTISAMPLE_ARB, &s); + printf("GL_MULTISAMPLE_ARB = %d\n", s); } -- cgit v1.2.3