mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-22 15:22:02 +00:00
[idd] disable HDR and post-processing when in software mode
This commit is contained in:
@@ -208,7 +208,7 @@ PostProcessStatus CColorTransformEffect::SetFormat(
|
||||
const ComPtr<ID3D12Device3>& device,
|
||||
const D12FrameFormat& src, D12FrameFormat& dst)
|
||||
{
|
||||
if (!src.colorTransform ||
|
||||
if (!src.colorTransform || IsIdentityColorTransform(*src.colorTransform) ||
|
||||
(!src.colorTransform->matrixEnabled && !src.colorTransform->lutEnabled))
|
||||
return PostProcessStatus::BYPASS_EFFECT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user