pub type glsl_free_include_result_func = Option<unsafe extern "C" fn(ctx: *mut c_void, result: *mut glsl_include_result_t) -> c_int>;

Aliased Type§

enum glsl_free_include_result_func {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut glsl_include_result_s) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut glsl_include_result_s) -> i32)

Some value of type T.