mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 20:25:46 -04:00
HostDisplay: Add GPU usage statistics
This commit is contained in:
@ -67,6 +67,9 @@ public:
|
||||
bool RenderScreenshot(u32 width, u32 height, std::vector<u32>* out_pixels, u32* out_stride,
|
||||
HostDisplayPixelFormat* out_format) override;
|
||||
|
||||
bool SetGPUTimingEnabled(bool enabled) override;
|
||||
float GetAndResetAccumulatedGPUTime() override;
|
||||
|
||||
static AdapterAndModeList StaticGetAdapterAndModeList(const WindowInfo* wi);
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user