pub type cl_float3 = cl_float4;Aliased Type§
#[repr(C, align(16))]
pub union cl_float3 {
pub s: [f32; 4],
pub __bindgen_anon_1: cl_float4__bindgen_ty_1,
pub __bindgen_anon_2: cl_float4__bindgen_ty_2,
pub __bindgen_anon_3: cl_float4__bindgen_ty_3,
pub v2: [[f32; 2]; 2],
pub v4: [f32; 4],
/* private fields */
}Fields§
§s: [f32; 4]§__bindgen_anon_1: cl_float4__bindgen_ty_1§__bindgen_anon_2: cl_float4__bindgen_ty_2§__bindgen_anon_3: cl_float4__bindgen_ty_3§v2: [[f32; 2]; 2]§v4: [f32; 4]