Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloserenderPass | The RenderPass object this subpass is part of. |
colors | Array of attachments to be used as the color render targets in this subpass. All attachments in this array must also be declared in the RenderPass constructor. |
inputs | Array of attachments to be used as input attachments in this subpass. All attachments in this array must also be declared in the RenderPass constructor. |
readOnlyDepth | If true, the depth attachment is read-only in this subpass. Some renderers require this in order to be able to use the depth attachment as input. |
Create a subpass and start it.