gpu: Fix Z offset for D3D12 realigned 3D texture uploads
This commit is contained in:
@@ -5815,7 +5815,7 @@ static void D3D12_UploadToTexture(
|
|||||||
&destinationLocation,
|
&destinationLocation,
|
||||||
destination->x,
|
destination->x,
|
||||||
destination->y,
|
destination->y,
|
||||||
sliceIndex,
|
destination->z + sliceIndex,
|
||||||
&sourceLocation,
|
&sourceLocation,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user