Version: 2021.3

描述

主线程生成中间图形命令。渲染线程将它们转换为低级平台 API 图形命令。渲染线程还可以将图形作业分发给几个工作线程。

In this mode, the main thread processes the application's high-level code and issue an intermediate representation of the required graphics commands for some of it.
The main thread can also issue "Graphics Jobs" commands that describe bigger chunks of the high-level code.

The separate render thread reads the intermediate graphics commands and the "graphics jobs" commands.
Similarly to RenderingThreadingMode.MultiThreaded, the render thread converts the intermediate graphics commands into the platform's low-level graphics API commands.
In addition, the render thread dispatches the "Graphics Jobs" commands to several other worker threads. In parallel, the worker threads will convert the graphics jobs into the platform's low-level graphics API commands.

On some platforms this mode can be tested by passing command line argument -force-gfx-jobs native to an application built with BuildSettings option BuildOptions.Development .

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