Skip to content

Commit

Permalink
Update src/webgpu/gpu_test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman authored Dec 18, 2024
1 parent dda7198 commit f3f1fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgpu/gpu_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ export interface TextureTestMixinType {
* Effectively it's a Uint8Array to Uint8Array copy that
* does the same thing as `writeTexture` but because the
* destination is a buffer you have to provide the parameters
* of the destination buffer similarly to how you'esc provide them
* of the destination buffer similarly to how you'd provide them
* to `copyTextureToBuffer`
*/
updateLinearTextureDataSubBox(
Expand Down

0 comments on commit f3f1fde

Please sign in to comment.