Crucial optimizations are disabled
andreasdc opened this issue · 4 comments
What happened?
What's the point in disabling crucial optimizations from Sodium? If this can't be fixed users should be heavily informed, because it takes A LOT from performance.
Screenshots
No response
Log output
No response
Minecraft Version
1.20.1
Iris Version
iris-mc1.20.1-1.6.7.jar
Operating System
windows 10
What is your GPU?
1060
Additional context
No response
The only optimizations being disabled are fog culling (incompatible with shaders) and occlusion culling (only for the shadow pass). If there’s anything else I’m unaware of please tell me.
Iris/src/main/resources/fabric.mod.json
Lines 62 to 66 in 1b9467b