cmd | 目标 CommandBuffer。 |
在此 CommandBuffer 范围内恢复先前的着色器编译模式。
编辑器会按需编译着色器变体,第一次渲染需要特定的着色器变体时。默认情况下,异步着色器编译仅针对来自游戏视图或场景视图的请求启用。使用 SetAsyncCompilation,可以向 CommandBuffer 添加命令,以在缓冲区的执行过程中控制着色器编译。使用此方法RestoreAsyncCompilation,可以恢复先前的编译模式。
其他资源:SetAsyncCompilation、allowAsyncCompilation、anythingCompiling、IsPassCompiled、CompilePass。