VivecraftMod icon indicating copy to clipboard operation
VivecraftMod copied to clipboard

Performance issues with Satin

Open fayer3 opened this issue 2 years ago • 2 comments

having a mod that uses satin, reduces performance heavily for example Paradise Lost: https://github.com/devs-immortal/Paradise-Lost

this has likely to do with out render target changes.

happens in VR and NONVR, since we apply the changes in both versions

specifically this call is slow https://github.com/Ladysnake/Satin/blob/e70b31afc3c3fac853985e8922a1cdf901beef73/src/main/java/ladysnake/satin/mixin/client/gl/DepthGlFramebufferMixin.java#L86-L93

spark trace of NONVR https://spark.lucko.me/RNVrE9Syh3?hl=2745 spark trace of VR https://spark.lucko.me/9eE0fVtiAm?hl=2314

fayer3 avatar Nov 05 '22 19:11 fayer3

Is there a fix for it? Will it ever get fixed?

Lassnik avatar Jan 12 '23 18:01 Lassnik

current workaround, is disabling the eyestencil in the rendering settings

fayer3 avatar Jan 12 '23 19:01 fayer3