Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


hasHiddenSurfaceRemovalOnGPU

True if the GPU supports hidden surface removal.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool hasHiddenSurfaceRemovalOnGPU { get; }

Remarks

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.