Version: 2023.1
LanguageEnglish
  • C#

SubPassFlags

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Flags to indicate specialized native subpass behaviour.

Properties

NoneDefault flags.
ReadOnlyDepthThe depth attachment is read-only in this sub pass. Some renderers require this in order to be able to use the depth attachment as input.
ReadOnlyStencilBoth depth and stencil attachments are read-only in this sub pass. Some renderers require this in order to be able to use the depth and stencil attachments as inputs.
ReadOnlyDepthStencilThe stencil attachment is read-only in this sub pass. Some renderers require this in order to be able to use the stencil attachment as input.