mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 23:21:29 +00:00
[idd] logging: suppress duplicate pipeline initialization
This commit is contained in:
@@ -51,13 +51,13 @@ private:
|
||||
unsigned m_width = 0;
|
||||
unsigned m_height = 0;
|
||||
|
||||
bool ParseRules(const std::wstring& value);
|
||||
bool ParseRules(const std::wstring& value, bool report);
|
||||
const Rule * MatchRule(unsigned width, unsigned height) const;
|
||||
|
||||
public:
|
||||
const char * GetName() const override { return "Downsample"; }
|
||||
|
||||
bool Init(const ComPtr<ID3D12Device3>& device);
|
||||
bool Init(const ComPtr<ID3D12Device3>& device, bool report = true);
|
||||
|
||||
PostProcessStatus SetFormat(const ComPtr<ID3D12Device3>& device,
|
||||
const D12FrameFormat& src, D12FrameFormat& dst) override;
|
||||
|
||||
Reference in New Issue
Block a user