Iris Shaders

Iris Shaders

36M Downloads

Shaders that reference `sampler2D texture` when calling texture2D on 1.17 fail to patch properly

coderbot16 opened this issue ยท 2 comments

commented

Looks like part of the issue is that JCPP (or rather, how we use it) does not remove #define and similar directives.

commented

This seems to be fixed now? The #define directives and similar appear to be being properly removed now.