MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / decode_free_texture

Function decode_free_texture

canvas/src/decoding.rs:2078–2080  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2076
2077 #[test]
2078 fn decode_free_texture() {
2079 check_round_trip_single(Draw::Texture(TextureId(43), TextureOp::Free));
2080 }
2081
2082 #[test]
2083 fn decode_texture_set_bytes() {

Callers

nothing calls this directly

Calls 3

check_round_trip_singleFunction · 0.85
TextureClass · 0.85
TextureIdClass · 0.70

Tested by

no test coverage detected