mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 08:57:26 +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
@@ -97,7 +97,7 @@ namespace dawn_wire { namespace server {
|
||||
}
|
||||
|
||||
bool Server::DoQueueWriteTextureInternal(ObjectId queueId,
|
||||
const WGPUTextureCopyView* destination,
|
||||
const WGPUImageCopyTexture* destination,
|
||||
const uint8_t* data,
|
||||
uint64_t dataSize,
|
||||
const WGPUTextureDataLayout* dataLayout,
|
||||
|
||||
Reference in New Issue
Block a user