Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

RenderPass.SubPassConstructor

マニュアルに切り替える
public RenderPass.SubPass (Experimental.Rendering.RenderPass renderPass, RenderPassAttachment[] colors, RenderPassAttachment[] inputs, bool readOnlyDepth);

パラメーター

renderPassThe RenderPass object this subpass is part of.
colorsArray 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.
inputsArray of attachments to be used as input attachments in this subpass. All attachments in this array must also be declared in the RenderPass constructor.
readOnlyDepthIf 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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961