MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / u32_le

Function u32_le

native/watchos/src/models.rs:497–499  ·  view source on GitHub ↗
(b: &[u8], o: usize)

Source from the content-addressed store, hash-verified

495}
496
497fn u32_le(b: &[u8], o: usize) -> u32 {
498 u32::from_le_bytes([b[o], b[o+1], b[o+2], b[o+3]])
499}
500
501/// Resolve accessor → raw float slice from the bin chunk. `components` is
502/// the expected vector width (3 for position/normal, 2 for uv). glTF stores

Callers 1

parse_glbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected