pub unsafe fn read_clock_uvec2_khr<V: Vector<u32, 2>, const SCOPE: u32>() -> V
Expand description
Like read_clock_khr
but returns a vector to avoid requiring the Int64
capability. It returns a ‘vector of two-components of 32-bit unsigned
integer type with the first component containing the 32 least significant
bits and the second component containing the 32 most significant bits.’