Skip to content

Commit

Permalink
Update src/webgpu/web_platform/copyToTexture/image_file.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Ninomiya <[email protected]>
  • Loading branch information
shaoboyan091 and kainino0x authored Jan 6, 2025
1 parent 00a07f5 commit d3169ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgpu/web_platform/copyToTexture/image_file.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ g.test('from_orientation_metadata_file')
`
Test HTMLImageElements with rotation metadata can be copied to WebGPU texture correctly.
It creates Images with images under Resource folder.
It creates an ImageBitmap or HTMLImageElement using images in the 'resources' folder.
Then call copyExternalImageToTexture() to do a full copy to the 0 mipLevel
of dst texture, and read one pixel out to compare with the manually documented expected color.
Expand Down

0 comments on commit d3169ae

Please sign in to comment.