taa file override

This commit is contained in:
mcrcortex
2025-09-23 21:11:33 +10:00
parent 7ca910e35a
commit 6f748cbe12

View File

@@ -331,6 +331,11 @@ public class IrisShaderPatch {
if (translucent != null) {
patchData.translucentPatchData = translucent;
}
//This might be ok? not.. sure if is nice or not
var taa = sourceProvider.apply(directory.resolve("voxy_taa.glsl"));
if (taa != null) {
patchData.taaOffset = taa;
}
}
if (!patchData.checkValid()) {