diff --git a/include/embree4/rtcore_scene.h b/include/embree4/rtcore_scene.h index 74f7ccff2b..63a7ce7891 100644 --- a/include/embree4/rtcore_scene.h +++ b/include/embree4/rtcore_scene.h @@ -10,6 +10,9 @@ RTC_NAMESPACE_BEGIN /* Opaque traversable type */ typedef struct RTCTraversableTy* RTCTraversable; +/* Forward declaration for geometry */ +typedef struct RTCGeometryTy* RTCGeometry; + /* Forward declarations for ray structures */ struct RTCRayHit; struct RTCRayHit4;