Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


opaqueMaterials

The corresponding RayTracingSubMeshFlags value for opaque Materials.
Read time 1 minuteLast updated 12 days ago

Definition

public RayTracingSubMeshFlags opaqueMaterials

Remarks

To maximize ray tracing performance on the GPU, RayTracingSubMeshFlags.Enabled combined with RayTracingSubMeshFlags.ClosestHitOnly is recommended. This flags combination will ensure that any hit shaders are not invoked during acceleration structure traversal when rays hit opaque geometries.