Version: 2021.2
言語: 日本語

SystemInfo.hasHiddenSurfaceRemovalOnGPU

マニュアルに切り替える
public static bool hasHiddenSurfaceRemovalOnGPU ;

説明

True if the GPU supports hidden surface removal.

Some GPUs support hidden surface removal when rendering opaque objects. It is not necessary to do front-to-back sorting of opaque objects on the CPU for systems with such GPUs.

関連項目: Camera.opaqueSortMode.