pub type glsl_include_local_func = Option<unsafe extern "C" fn(ctx: *mut c_void, header_name: *const c_char, includer_name: *const c_char, include_depth: usize) -> *mut glsl_include_result_t>;

Aliased Type§

enum glsl_include_local_func {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8, _: usize) -> *mut glsl_include_result_s),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.