renderState uniform issue

The renderState uniform seems to not return any value in IRIS 1.8.0-beta.8.
void main() {
// Debug renderStage value
if (renderStage == MC_RENDER_STAGE_OUTLINE) {
scene_color.rgb = vec3(1.0, 0.0, 0.0); // Red for outline
} else {
scene_color.rgb = vec3(0.0, 1.0, 0.0); // Green for non-outline
}
scene_color.a = 1.0;
}
void main() {
// Debug renderStage value
if (renderStage == MC_RENDER_STAGE_OUTLINE) {
scene_color.rgb = vec3(1.0, 0.0, 0.0); // Red for outline
} else {
scene_color.rgb = vec3(0.0, 1.0, 0.0); // Green for non-outline
}
scene_color.a = 1.0;
}
As you can see in the screenshot, both the block outline and the fishing rod line appear green.
No description
7 Replies
Samalando (ping on please)
https://discord.gg/RpzWN9S ask here for shader development stuff
hardester
hardester5mo ago
Bug seems like an issue with Iris, so I'm going to ping @IMS for input.
Yusarnn
YusarnnOP5mo ago
Hi, I confirm this issue still persists in 1.8 release from today
lusaylior
lusaylior3w ago
Got the issue as well, looks not solved @IMS
IMS
IMS3w ago
the whole render stage system is very annoyingly broken I'll take a look later
LilyBot
LilyBot3w ago
Reminder completed.
Reminder set!
I will remind you at <t:1742068833:F> (<t:1742068833:R>)
Use /reminder remove to cancel this reminder
LilyBot
LilyBot3w ago
@IMS
Reminder
Set time
<t:1741982433:F>

Did you find this page helpful?