Skip to content

Commit bd85c9a

Browse files
jamienicolteoxoy
authored andcommitted
[test] Rename existing external_texture tests to external_image_copy
These existing tests cover `Queue::copy_external_image_to_texture()` which, despite the similar name, is unrelated to the external texture binding resource. The following patch is going to add some tests for the latter, so we are taking this opportunity to rename the former to help avoid confusion.
1 parent b3a3dc3 commit bd85c9a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

tests/tests/wgpu-gpu/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mod dispatch_workgroups_indirect;
2828
mod draw_indirect;
2929
mod dual_source_blending;
3030
mod encoder;
31-
mod external_texture;
31+
mod external_image_copy;
3232
mod float32_filterable;
3333
mod image_atomics;
3434
mod instance;

0 commit comments

Comments
 (0)