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);