azula
azula
TIPThe Iris Project
Created by azula on 4/22/2025 in #iris-issues
[1.21.5] Position Color support not included?
I was unable to submit this to Github so trying here: I was previously using a rendering API for one of my mods that used the old PositionColor program. When they updated their API to 1.21.5, they use a new RenderLayer of the RenderPipelines.POSITION_COLOR_SNIPPET. However, from what I can tell, Iris does not have this implemented into the pipeline. I could be misunderstanding what is going on, but when cloning the repo POSITION_COLOR_SNIPPET does not even exist within the RenderPipelines that was generated/included. Is this something that has to be added? Or does Iris not touch this at all? The mod works fine without Iris included, but once included all rendering relating to this program ceases to display. Minecraft: 1.21.5 Iris: 1.8.11+1.21.5-fabric.jar Other: IrisPipelines missing snippets: https://github.com/IrisShaders/Iris/blob/1.21.5/common/src/main/java/net/irisshaders/iris/pipeline/IrisPipelines.java Rendering API reference: https://github.com/0x3C50/Renderer/blob/master/renderer/src/main/java/me/x150/renderer/render/CustomRenderLayers.java
1 replies