gpu: Fix Z offset for D3D12 realigned 3D texture uploads

This commit is contained in:
Caleb Cornett
2025-03-02 00:04:57 -05:00
parent b69201daeb
commit b0d2a4f355

View File

@@ -5815,7 +5815,7 @@ static void D3D12_UploadToTexture(
&destinationLocation,
destination->x,
destination->y,
sliceIndex,
destination->z + sliceIndex,
&sourceLocation,
NULL);
}