Skip to content

Commit 9c62155

Browse files
committed
Fix styling
1 parent 5ed586e commit 9c62155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OptiScaler/upscalers/FeatureProvider_Dx12.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class FeatureProvider_Dx12
1212
static bool GetFeature(std::string upscalerName, UINT handleId, NVSDK_NGX_Parameter* parameters,
1313
std::unique_ptr<IFeature_Dx12>* feature);
1414

15-
static bool ChangeFeature(std::string upscalerName, ID3D12Device* device, ID3D12GraphicsCommandList* cmdList, UINT handleId, NVSDK_NGX_Parameter* parameters,
16-
ContextData<IFeature_Dx12>* contextData);
15+
static bool ChangeFeature(std::string upscalerName, ID3D12Device* device, ID3D12GraphicsCommandList* cmdList,
16+
UINT handleId, NVSDK_NGX_Parameter* parameters, ContextData<IFeature_Dx12>* contextData);
1717
};

0 commit comments

Comments
 (0)