SystemInfo.hasHiddenSurfaceRemovalOnGPU

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.

Additional resources: Camera.opaqueSortMode.


Did you find this page useful? Please give it a rating: