Function embree4_sys::rtcPointQuery

source ·
pub unsafe extern "C" fn rtcPointQuery(
    scene: RTCScene,
    query: *mut RTCPointQuery,
    context: *mut RTCPointQueryContext,
    queryFunc: RTCPointQueryFunction,
    userPtr: *mut c_void
) -> bool