This commit is contained in:
Wojtek Figat
2021-07-06 15:33:28 +02:00
parent 1c012a202e
commit 9f9d946d69
3 changed files with 7 additions and 3 deletions

View File

@@ -1371,6 +1371,7 @@ void GPUContextDX12::CopySubresource(GPUResource* dstResource, uint32 dstSubreso
if (srcTextureDX12->IsStaging() || dstTextureDX12->IsStaging())
{
Log::NotImplementedException(TEXT("Copy region of staging resources is not supported yet."));
return;
}
// Create copy locations structures