Version: 2023.2
言語: 日本語

SubPassDescriptor

struct in UnityEngine.Rendering

マニュアルに切り替える

説明

Structure discribing a single native subpass.

変数

colorOutputsArray of attachment indices to be used as the color render targets in this sub pass. These are specificed as indices into the attachment array passed to CommandBuffer.BeginRenderPass.
flagsFlags controlling specific reading behaviour of depth and stencil attachments.
inputsArray of attachment indices to be used as input attachments in this sub pass. These are specificed as indices into the attachment array passed to CommandBuffer.BeginRenderPass.