pub type RTCSplitPrimitiveFunction = Option<unsafe extern "C" fn(primitive: *const RTCBuildPrimitive, dimension: c_uint, position: f32, leftBounds: *mut RTCBounds, rightBounds: *mut RTCBounds, userPtr: *mut c_void)>;

Aliased Type§

enum RTCSplitPrimitiveFunction {
    None,
    Some(unsafe extern "C" fn(_: *const RTCBuildPrimitive, _: u32, _: f32, _: *mut RTCBounds, _: *mut RTCBounds, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const RTCBuildPrimitive, _: u32, _: f32, _: *mut RTCBounds, _: *mut RTCBounds, _: *mut c_void))

Some value of type T.