You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-api-src/content/d3d12/ns-d3d12-d3d12_placed_subresource_footprint.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ Describes the footprint of a placed subresource, including the offset and the D3
57
57
### -field Offset
58
58
59
59
The offset of the subresource within the parent resource, in bytes.
60
-
The offset between the start of the parent resource and this subresource.
60
+
The offset between the start of the parent resource and this subresource.
61
+
62
+
This value must be aligned to D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT (512) unless <ahref="/windows/win32/api/d3d12/ns-d3d12-d3d12_feature_data_d3d12_options13">D3D12_FEATURE_DATA_D3D12_OPTIONS13::UnrestrictedBufferTextureCopyPitchSupported</a> is TRUE.
61
63
62
64
### -field Footprint
63
65
@@ -78,4 +80,4 @@ When copying textures, use this structure along with <a href="/windows/desktop/a
0 commit comments