贴图算法优化 (Packed Atlases)

定位

Key: experiments.packed_atlases

运行环境需求

仅客户端

原文

Disables rounding of atlases to the next power-of-two. GPU drivers have supported "NPOT" textures since forever. Possibly reduces VRAM usage. May reduce performance. Might cause incompatibilites.

内容

禁止将游戏内的贴图四舍五入到2的次幂。因为大部分的GPU驱动一直以来都支持 "NPOT "纹理,所以启用本功能后可能会减少VRAM的使用。

不过在某些情况下会降低GPU的性能发挥以及有概率会导致游戏不兼容此算法而崩溃。

短评加载中..