Files
test2/intern
Patrick Mours 5c6053ccb1 Fix misaligned address error when rendering 3D curves in the viewport with Cycles and OptiX 7.4
Acceleration structures in the viewport default to building with the fast
build flag, but the intersection program used for curves was queried with
the fast trace flag. The resulting mismatch caused an exception in the
intersection kernel. Since it's difficult to predict whether dynamic or static
acceleration structures are going to be built at the time of kernel loading,
this fixes the mismatch by always using the fast trace flag for curves.
2022-06-03 12:24:13 +02:00
..
2022-02-11 09:14:36 +11:00
2022-03-18 12:07:08 +01:00
2022-06-03 15:08:11 +10:00
2022-03-18 12:07:08 +01:00