summaryrefslogtreecommitdiff
path: root/tools/gfx/debug-layer.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-12-13 12:40:52 -0800
committerGitHub <noreply@github.com>2021-12-13 12:40:52 -0800
commitf024d7299831c0312877e315e8d78b920aaafbaf (patch)
tree51bf3b01e98a8a3d351a2ed313f15a614a2a5c78 /tools/gfx/debug-layer.h
parent7c1ca35c96096cb0059f0ef23a799bf5952810c5 (diff)
Fixes to `uploadTextureData`. (#2058)
* Fixes to `uploadTextureData`. * Fix, Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tools/gfx/debug-layer.h')
-rw-r--r--tools/gfx/debug-layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer.h b/tools/gfx/debug-layer.h
index df38fa512..881d90341 100644
--- a/tools/gfx/debug-layer.h
+++ b/tools/gfx/debug-layer.h
@@ -428,7 +428,7 @@ public:
ITextureResource* dst,
SubresourceRange subResourceRange,
ITextureResource::Offset3D offset,
- ITextureResource::Offset3D extent,
+ ITextureResource::Size extent,
ITextureResource::SubresourceData* subResourceData,
size_t subResourceDataCount) override;