Screens/monitors from Lifts mod turn black with shaders enabled
SplendidAlakey opened this issue ยท 3 comments
What happened?
When using any shaders with Iris, screens from Lifts mod turn black and their contents move to the bottom left corner in a plain text form.
Screenshots
How it should be:
How it is while using shaders (here I am using Sildurs Vibrant Lite, but the bug happens with SV Extreme VL, SEUS Renewed and BSL):
Relevant log output
No response
Iris and Minecraft Version
iris-mc1.17-1.1.1 for Minecraft 1.17.1
Are you running Sodium along with Iris?
No
Operating System
Windows 10
What is your GPU?
Nvidia GeForce GTX 980
Java Version
Java 16
Additional context
The Lifts mod page on CS: https://www.curseforge.com/minecraft/mc-mods/lifts
This is caused by Iris getting confused when Lifts renders to a custom render target. I'll look into getting some sort of API added to allow mods to tell Iris to not mess with their rendering when they're rendering to custom render targets.
I have implemented some code locally that can fix this issue entirely on Iris's side, but it will be some time before I am able to finalize it and push it to GitHub.