Fix CreateBufferResource return value

This commit is contained in:
cdozdil
2026-05-19 01:13:14 +03:00
parent 8eb683a985
commit 16775cd5a3
+1 -1
View File
@@ -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,