mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[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.
This commit is contained in:
parent
b3a3dc33b6
commit
bd85c9a99a
@ -28,7 +28,7 @@ mod dispatch_workgroups_indirect;
|
||||
mod draw_indirect;
|
||||
mod dual_source_blending;
|
||||
mod encoder;
|
||||
mod external_texture;
|
||||
mod external_image_copy;
|
||||
mod float32_filterable;
|
||||
mod image_atomics;
|
||||
mod instance;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user