mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add enable_shaders to minetest.conf.example
This commit is contained in:
parent
151fad1f2b
commit
98fd364672
2 changed files with 5 additions and 1 deletions
|
@ -136,6 +136,10 @@
|
|||
#trilinear_filter = false
|
||||
# Set to true to pre-generate all item visuals
|
||||
#preload_item_visuals = false
|
||||
# 0: disable shaders
|
||||
# (1: low level shaders; not implemented)
|
||||
# 2: enable high level shaders
|
||||
#enable_shaders = 2
|
||||
|
||||
#
|
||||
# Server stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue