We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd2df commit 5a80ec5Copy full SHA for 5a80ec5
OptiScaler/framegen/IFGFeature_Dx12.h
@@ -90,7 +90,7 @@ class IFGFeature_Dx12 : public virtual IFGFeature
90
91
virtual void SetResource(Dx12Resource* inputResource) = 0;
92
virtual void SetCommandQueue(FG_ResourceType type, ID3D12CommandQueue* queue) = 0;
93
-
+
94
ID3D12GraphicsCommandList* GetUICommandList(int index = -1);
95
96
Dx12Resource* GetResource(FG_ResourceType type, int index = -1);
0 commit comments