Version: 2023.2
言語: 日本語
public void SetFoveatedRenderingMode (Rendering.FoveatedRenderingMode foveatedRenderingMode);

パラメーター

foveatedRenderingMode The mode to set.

説明

Adds a command to set the mode to use for foveated rendering.

Before using this command, the scriptable render pipeline must call CommandBuffer.ConfigureFoveatedRendering. For compatibility with all device, it is recomended to call this before changing render targets because some devices will not allow changes during a render pass.