devicePixelRatio() support

This commit is contained in:
2023-02-06 19:50:27 +03:00
parent 7c6ca07323
commit 4e02e154c6
17 changed files with 98 additions and 47 deletions

View File

@@ -27,6 +27,9 @@ public:
// int getSamples() const;
int getFrameCounter() const { return frame_cnt; }
int pixelWidth() const;
int pixelHeight() const;
public slots:
void renderLater();
void renderNow();