summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/client.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/client.txt b/doc/client.txt
index 1875280..9e0e38e 100644
--- a/doc/client.txt
+++ b/doc/client.txt
@@ -655,6 +655,12 @@ gl_stencilbits::
used only for drawing projection shadows. Default value is 8. 0 means no
stencil buffer requested.
+gl_multisamples::
+ Specifies number of samples per pixel used to implement multisample
+ anti-aliasing, if supported by OpenGL implementation. Values 0 and 1 are
+ equivalent and disable MSAA. Values from 2 to 32 enable MSAA. Default
+ value is 0.
+
gl_screenshot_format::
Specifies image format ‘screenshot’ command uses. Possible values are
"png", "jpg" and "tga". Default value is "jpg".