Type Alias embree4_sys::RTCIntersectFunctionN
source · pub type RTCIntersectFunctionN = Option<unsafe extern "C" fn(args: *const RTCIntersectFunctionNArguments)>;Aliased Type§
enum RTCIntersectFunctionN {
None,
Some(unsafe extern "C" fn(_: *const RTCIntersectFunctionNArguments)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const RTCIntersectFunctionNArguments))
Some value of type T.