MCPcopy Create free account
hub / github.com/PerroEngine/Perro / write_f32

Function write_f32

perro_source/render_stack/perro_render_bridge/src/two_d.rs:586–588  ·  view source on GitHub ↗
(out: &mut Vec<u8>, value: f32)

Source from the content-addressed store, hash-verified

584 }
585}
586
587fn decode_tileset_collision_shape(
588 bytes: &[u8],
589 cursor: &mut usize,
590) -> Option<TileSetCollisionShape2D> {
591 match read_u8(bytes, cursor)? {

Callers 2

encode_tileset_2d_binaryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected