Version: 2023.2
言語: 日本語
public void SubmitRenderRequest (RequestData renderRequest);

パラメーター

renderRequest RequestData.

説明

Submit a renderRequest.

Call this method via ScriptableRenderer.SubmitRenderRequest. Use ScriptableRenderer.SupportsRenderRequest to check if the active render pipeline supports the RequestData type you selected.

The UniversalRenderPipeline supports:

- ScriptableRenderer.StandardRequest, which renders a full URP camera stack and outputs the result to the given target. You can only call this request on Base Cameras. - UniversalRenderPipeline.SingleCameraRequest, which renders a single URP camera and outputs the result to the given target.

The HDRenderPipeline supports ScriptableRenderer.StandardRequest, which renders a single HDRP camera without Arbitrary Output Variables (AOVs) and outputs the result to the given target. It uses a separate camera history from the render loop, to ensure temporal effects are consistent.

Refer to Render requests for more information about render requests in scriptable render pipelines (SRPs).

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