Version: 2023.1
언어: 한국어

SubPassFlags

enumeration

매뉴얼로 전환

설명

Flags to indicate specialized native subpass behaviour.

변수

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.