1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 11:15:18 +02:00

Add a setting to group transparency sorted triangles by buffer (#15115)

This commit is contained in:
DS
2024-11-28 14:22:53 +01:00
committed by GitHub
parent c175046d30
commit df4e70b2c7
6 changed files with 66 additions and 14 deletions

View File

@@ -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;