pub type glsl_include_result_t = glsl_include_result_s;

Aliased Type§

struct glsl_include_result_t {
    pub header_name: *const i8,
    pub header_data: *const i8,
    pub header_length: usize,
}

Fields§

§header_name: *const i8§header_data: *const i8§header_length: usize