()
| 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() { |
nothing calls this directly
no test coverage detected