Version: 2023.2
언어: 한국어

CommandBuffer.SetFoveatedRenderingMode

매뉴얼로 전환
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.