Skip to main content

PointQuery16

Type Alias PointQuery16 

Source
pub type PointQuery16 = RTCPointQuery16;
Expand description

A SoA packet of 16 point queries (see Scene::point_query16).

Aliased Type§

#[repr(C, align(64))]
pub struct PointQuery16 { pub x: [f32; 16], pub y: [f32; 16], pub z: [f32; 16], pub time: [f32; 16], pub radius: [f32; 16], }

Fields§

§x: [f32; 16]§y: [f32; 16]§z: [f32; 16]§time: [f32; 16]§radius: [f32; 16]