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

Function decode_create_texture

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

Source from the content-addressed store, hash-verified

2071
2072 #[test]
2073 fn decode_create_texture() {
2074 check_round_trip_single(Draw::Texture(TextureId(42), TextureOp::Create(100, 200, TextureFormat::Rgba)));
2075 }
2076
2077 #[test]
2078 fn decode_free_texture() {

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