]> git.cworth.org Git - vogl/blobdiff - src/voglcommon/vogl_replay_window.h
- Adding "-msaa X" command line option to voglreplay tool. We don't fully support...
[vogl] / src / voglcommon / vogl_replay_window.h
index 0d9586b8f2925088fa674fc876d2300ea02b5d9b..48c31c73a55fc7210c826ae47e0b788fb02a8c07 100644 (file)
@@ -44,7 +44,7 @@ public:
         return (m_width > 0) && (m_dpy != NULL);
     }
 
-    bool open(int width, int height);
+    bool open(int width, int height, int samples = 1);
 
     void set_title(const char *pTitle);