diff --git a/OptiScaler/bicubicscaling/BS_Dx12.h b/OptiScaler/bicubicscaling/BS_Dx12.h index 2369e90b..52d4a137 100644 --- a/OptiScaler/bicubicscaling/BS_Dx12.h +++ b/OptiScaler/bicubicscaling/BS_Dx12.h @@ -257,7 +257,6 @@ public: bool CreateBufferResource(ID3D12Device* InDevice, ID3D12Resource* InSource, uint32_t InWidth, uint32_t InHeight, D3D12_RESOURCE_STATES InState); void SetBufferState(ID3D12GraphicsCommandList* InCommandList, D3D12_RESOURCE_STATES InState); bool Dispatch(ID3D12Device* InDevice, ID3D12GraphicsCommandList* InCmdList, ID3D12Resource* InResource, ID3D12Resource* OutResource); - float Scale = 1.0f; ID3D12Resource* Buffer() { return _buffer; } bool IsUpsampling() { return _upsample; }