CyanEmber
CyanEmber
TIPThe Iris Project
Created by CyanEmber on 10/29/2023 in #iris-issues
Compute shader not working
It's worth noting that the format declarations do not work in compute shaders, not sure if this is intentional either.
3 replies
TIPThe Iris Project
Created by CyanEmber on 10/29/2023 in #iris-issues
Compute shader not working
Update: the code works only if you explicitly declare the format of the buffers. I was following an example compute shader for Optifine which didn't do this. I'm not sure if the code assumed that Optifine would make all buffers RGBA8 by default, or if it was an oversight by the code author. It could be worth looking into as a possible disparity or unintended behavior.
3 replies