mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture.
This is to follow the renames in the upstream WebGPU specification. Typedef are left in places to make a smooth deprecation period. Bug: dawn:22 Change-Id: I5134b897930c1fa883c49dd80d2665d6684ec022 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/43882 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
2015b2f169
commit
80915849ce
@@ -96,10 +96,10 @@ class SubresourceTrackingPerf : public DawnPerfTestWithParams<SubresourceTrackin
|
||||
|
||||
// Copy into the layer of the material array.
|
||||
{
|
||||
wgpu::TextureCopyView sourceView;
|
||||
wgpu::ImageCopyTexture sourceView;
|
||||
sourceView.texture = mUploadTexture;
|
||||
|
||||
wgpu::TextureCopyView destView;
|
||||
wgpu::ImageCopyTexture destView;
|
||||
destView.texture = mMaterials;
|
||||
destView.origin.z = layerUploaded;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user