Trying to add a UI subpass after my main rendering subpass, I'm not getting any validation issues (including when synchronisation is enabled) and looking through the renderdoc capture the 2nd subpass's shaders seem to be working correctly, but only the results of the first subpass are presented. I've attached the renderdoc capture, could someone have a look thru and see if I'm missing something as to why its not outputting? The code is a bit all over the place but if more information is needed please lmk.
#2nd Subpass Not Outputting to Attachment
3 messages · Page 1 of 1 (latest)
Your shader isn't setting gl_Position
🤦♂️ this is what I get for coding too late in the evening... Tysm for finding the issue so quickly!!!