mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 07:36:45 +00:00
Fix CreateBufferResource return value
This commit is contained in:
@@ -213,7 +213,7 @@ static bool CreateBufferResource(ID3D12Device* InDevice, ID3D12Resource* InResou
|
||||
}
|
||||
|
||||
LOG_DEBUG("Created new one: {}x{}", inDesc.Width, inDesc.Height);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
static void ResourceBarrier(ID3D12GraphicsCommandList* InCommandList, ID3D12Resource* InResource,
|
||||
|
||||
Reference in New Issue
Block a user