From e7bceb306132a7e74abf78903f79e41245553f38 Mon Sep 17 00:00:00 2001 From: alpakaDurumi Date: Mon, 3 Nov 2025 23:01:55 +0900 Subject: [PATCH] Fix ambiguous text --- .../d3d12/nf-d3d12-id3d12device-getcopyablefootprints.md | 2 +- .../d3d12/nf-d3d12-id3d12device8-getcopyablefootprints1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/d3d12/nf-d3d12-id3d12device-getcopyablefootprints.md b/sdk-api-src/content/d3d12/nf-d3d12-id3d12device-getcopyablefootprints.md index cb3166a08cf..7d6a1d68ac8 100644 --- a/sdk-api-src/content/d3d12/nf-d3d12-id3d12device-getcopyablefootprints.md +++ b/sdk-api-src/content/d3d12/nf-d3d12-id3d12device-getcopyablefootprints.md @@ -80,7 +80,7 @@ The number of subresources in the resource. The range of valid values is 0 to ( Type: UINT64 -The offset, in bytes, to the resource. +The offset, in bytes, that is added to the Offset of each D3D12_PLACED_SUBRESOURCE_FOOTPRINT in the pLayouts array. ### -param pLayouts [out, optional] diff --git a/sdk-api-src/content/d3d12/nf-d3d12-id3d12device8-getcopyablefootprints1.md b/sdk-api-src/content/d3d12/nf-d3d12-id3d12device8-getcopyablefootprints1.md index 93ed9eb4082..8a5d2b8a792 100644 --- a/sdk-api-src/content/d3d12/nf-d3d12-id3d12device8-getcopyablefootprints1.md +++ b/sdk-api-src/content/d3d12/nf-d3d12-id3d12device8-getcopyablefootprints1.md @@ -68,7 +68,7 @@ The number of subresources in the resource. The range of valid values is 0 to (D Type: UINT64 -The offset, in bytes, to the resource. +The offset, in bytes, that is added to the Offset of each D3D12_PLACED_SUBRESOURCE_FOOTPRINT in the pLayouts array. ### -param pLayouts