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

Function decode_fill_texture

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

Source from the content-addressed store, hash-verified

1859
1860 #[test]
1861 fn decode_fill_texture() {
1862 check_round_trip_single(Draw::FillTexture(TextureId(42), (1.0, 2.0), (3.0, 4.0)));
1863 }
1864
1865 #[test]
1866 fn decode_blend_mode() {

Callers

nothing calls this directly

Calls 2

check_round_trip_singleFunction · 0.85
TextureIdClass · 0.70

Tested by

no test coverage detected