SystemInfo.hasHiddenSurfaceRemovalOnGPU

Cambiar al Manual
public static bool hasHiddenSurfaceRemovalOnGPU ;

Descripción

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.