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