mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Add a setting to group transparency sorted triangles by buffer (#15115)
This commit is contained in:
parent
c175046d30
commit
df4e70b2c7
6 changed files with 66 additions and 14 deletions
|
@ -182,6 +182,7 @@ private:
|
|||
bool m_cache_trilinear_filter;
|
||||
bool m_cache_bilinear_filter;
|
||||
bool m_cache_anistropic_filter;
|
||||
bool m_cache_transparency_sorting_group_by_buffers;
|
||||
u16 m_cache_transparency_sorting_distance;
|
||||
|
||||
bool m_loops_occlusion_culler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue