Version: 2019.1

SystemInfo.hasHiddenSurfaceRemovalOnGPU

Switch to Manual
public static bool hasHiddenSurfaceRemovalOnGPU ;

Description

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.

See Also: Camera.opaqueSortMode.