Page MenuHome

Possible fix for T94142 and T94182
ClosedPublic

Authored by Michael (michael64) on Dec 17 2021, 2:22 PM.

Details

Summary

Adding a few ccl_private address qualifiers in intern/cycles/kernel/geom/point.h and intern/cycles/kernel/geom/point_intersect.h
prevents the Metal compiler from throwing errors at runtime.
As these files are not compiled into the executable don't forget to run 'make install' to take effect.

Diff Detail