From 5a80ec5c8fa63a3b99784ec17d30a2d2bdabbf6d Mon Sep 17 00:00:00 2001 From: cdozdil Date: Wed, 24 Sep 2025 23:38:51 +0300 Subject: [PATCH] Fix formatting --- OptiScaler/framegen/IFGFeature_Dx12.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/framegen/IFGFeature_Dx12.h b/OptiScaler/framegen/IFGFeature_Dx12.h index cb8d6d4a..8192384e 100644 --- a/OptiScaler/framegen/IFGFeature_Dx12.h +++ b/OptiScaler/framegen/IFGFeature_Dx12.h @@ -90,7 +90,7 @@ class IFGFeature_Dx12 : public virtual IFGFeature virtual void SetResource(Dx12Resource* inputResource) = 0; virtual void SetCommandQueue(FG_ResourceType type, ID3D12CommandQueue* queue) = 0; - + ID3D12GraphicsCommandList* GetUICommandList(int index = -1); Dx12Resource* GetResource(FG_ResourceType type, int index = -1);