]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/glcanvas.h
added a unit test for input/output file streams and fixed the problem it exposed...
[wxWidgets.git] / interface / glcanvas.h
index 89fcd6da94d38145935e243d829113824701047a..c3694c591d2028a51b4461ebefbf5e66d748df48 100644 (file)
@@ -126,7 +126,13 @@ enum
     WX_GL_MIN_ACCUM_BLUE,
 
     /// Specifies minimal number of alpha accumulator bits.
-    WX_GL_MIN_ACCUM_ALPHA
+    WX_GL_MIN_ACCUM_ALPHA,
+
+    /// 1 for multisampling support (antialiasing)
+    WX_GL_SAMPLE_BUFFERS,
+
+    /// 4 for 2x2 antialising supersampling on most graphics cards
+    WX_GL_SAMPLES
 
 };