Type Alias cl_half3

Source
pub type cl_half3 = cl_half4;

Aliased Type§

#[repr(C)]
pub union cl_half3 {
    pub s: [u16; 4],
    pub __bindgen_anon_1: cl_half4__bindgen_ty_1,
    pub __bindgen_anon_2: cl_half4__bindgen_ty_2,
    pub __bindgen_anon_3: cl_half4__bindgen_ty_3,
    /* private fields */
}

Fields§

§s: [u16; 4]§__bindgen_anon_1: cl_half4__bindgen_ty_1§__bindgen_anon_2: cl_half4__bindgen_ty_2§__bindgen_anon_3: cl_half4__bindgen_ty_3