Skip to content

Commit

Permalink
More doc
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Nov 11, 2024
1 parent 04d59de commit b5435e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion builtin/settingtypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,14 @@ anisotropic_filter (Anisotropic filtering) bool false
# * FSAA - Hardware-provided full-screen antialiasing
# A.K.A multi-sample antialiasing (MSAA)
# Smoothens out block edges but does not affect the insides of textures.
# If Post Processing is disabled, changing this option requires a restart.
#
# If Post Processing is disabled, changing FSAA requires a restart.
# Also, if Post Processing is disabled, FSAA will not work together with
# undersampling or a non-default "3d_mode" setting.
#
# With the "ogles2" video driver, FSAA currently does not work if
# Post Processing is enabled.
#
# * FXAA - Fast approximate antialiasing (requires shaders)
# Applies a post-processing filter to detect and smoothen high-contrast edges.
# Provides balance between speed and image quality.
Expand Down

0 comments on commit b5435e4

Please sign in to comment.