Allow for more dynamic pipelines in PBRRenderSystem
Closed this issue · 0 comments
Gabbell commented
Some pipelines don't require the model matrix push constant or the scene UBOs. Make it so that these are optional depending on the current pipeline being drawn. This could lead to descriptors being re-updated or re-bound for no reason so minimize this.