mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-07-08 16:32:45 +00:00
disabled spamming depth message
This commit is contained in:
@@ -286,8 +286,8 @@ bool FSR31FeatureDx11::Evaluate(ID3D11DeviceContext* DeviceContext, NVSDK_NGX_Pa
|
||||
{
|
||||
if (!Config::Instance()->DisplayResolution.value_or(false))
|
||||
LOG_ERROR("Depth not exist!!");
|
||||
else
|
||||
LOG_INFO("Using high res motion vectors, depth is not needed!!");
|
||||
//else
|
||||
// LOG_INFO("Using high res motion vectors, depth is not needed!!");
|
||||
}
|
||||
|
||||
ID3D11Resource* paramExp = nullptr;
|
||||
|
||||
@@ -244,8 +244,8 @@ bool FSR31FeatureDx12::Evaluate(ID3D12GraphicsCommandList* InCommandList, NVSDK_
|
||||
{
|
||||
if (!Config::Instance()->DisplayResolution.value_or(false))
|
||||
LOG_ERROR("Depth not exist!!");
|
||||
else
|
||||
LOG_INFO("Using high res motion vectors, depth is not needed!!");
|
||||
//else
|
||||
// LOG_INFO("Using high res motion vectors, depth is not needed!!");
|
||||
}
|
||||
|
||||
ID3D12Resource* paramExp = nullptr;
|
||||
|
||||
@@ -341,8 +341,8 @@ bool FSR31FeatureVk::Evaluate(VkCommandBuffer InCmdBuffer, NVSDK_NGX_Parameter*
|
||||
{
|
||||
if (!Config::Instance()->DisplayResolution.value_or(false))
|
||||
LOG_ERROR("Depth not exist!!");
|
||||
else
|
||||
LOG_INFO("Using high res motion vectors, depth is not needed!!");
|
||||
//else
|
||||
// LOG_INFO("Using high res motion vectors, depth is not needed!!");
|
||||
}
|
||||
|
||||
void* paramExp = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user