retrooper
Explore posts from serversTIPThe Iris Project
•Created by retrooper on 11/8/2023 in #iris-issues
Using Iris API, how can I detect if a shader is using anti aliasing at the moment?
okay, so i've taken replaymod inspired mixins to develop a program that replaces the skybox with a green color for my mod
https://github.com/ReplayMod/ReplayMod/blob/develop/src/main/java/com/replaymod/render/mixin/Mixin_ChromaKeyColorSky.java inspired by replay-mod's code you can see what they do here
i essentially do the same, but for some reason whenever i turn on shaders in oculus, it doesn't work
it just renders the shader sky.
with shaders off it works.
would you know how to help me hook correctly or see how to fix it?
20 replies