作者:rebot | 分类:模组
Minecraft 版本: 1.21.11
平台: fabric quilt
标签: library optimization utility





Since 1.1.1, server part of mod moved to separate server-only mod NumFlux.
Comparing without any other mods(exclude libs) on 1.21.11
| Without mod | With mod (1.2.2) | FPS increase |
|---|---|---|
| 1100 | 1200 | 9.09% |
DSA(direct-state access) buffers(VBO, EBO, FBO, Textures), allows you not to bind buffers to render, reducing the number of operations, also adds a VBO/EBO pool, which creates a config-defined size value and allows you to reuse buffers.
Uses a Renderbuffer(RBO) for depth (which also uses DSA if it enabled on "FBO only" or "All") instead of texture, this slightly increases performance.
Accelerates CPU computations using the Vector API from the jdk.incubator module
Requires a JVM argument to run:
--add-modules jdk.incubator.vector to it.jdk.incubator argument is present.If your GPU's OpenGL is lower than 4.5, some features will be unavailable!
RBO not compatible with shaderpacks.
Since minecraft 1.21.10 GpuTape support will be discontinued(Use GPUBooster instead).
请登录后举报
暂无评论,抢个沙发吧~