pub fn read_clock_uvec2_khr<const SCOPE: u32>() -> UVec2
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.’