Version: 2022.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

RayTracingSubMeshFlagsConfig.opaqueMaterials

매뉴얼로 전환

설명

The corresponding RayTracingSubMeshFlags value for opaque Materials.

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.

See Also: RayTracingAccelerationStructure.CullInstances.