mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-26 16:17:01 +00:00
Fix Unity Flip is not working
This commit is contained in:
@@ -266,13 +266,11 @@ void IFGFeature_Dx12::SetHudless(ID3D12GraphicsCommandList* cmdList, ID3D12Resou
|
||||
|
||||
void IFGFeature_Dx12::CreateObjects(ID3D12Device* InDevice)
|
||||
{
|
||||
return;
|
||||
_device = InDevice;
|
||||
|
||||
// if (_commandAllocators[0] != nullptr)
|
||||
// return;
|
||||
|
||||
//_device = InDevice;
|
||||
|
||||
// LOG_DEBUG("");
|
||||
|
||||
// do
|
||||
|
||||
Reference in New Issue
Block a user