preview changes
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m23s
CI / Windows Release Package (push) Successful in 2m41s

This commit is contained in:
Aiden
2026-05-09 13:53:00 +10:00
parent 93d856b3b6
commit 98f5cbe309
6 changed files with 4 additions and 34 deletions

View File

@@ -23,7 +23,6 @@
#include <string>
#include <vector>
#include <deque>
#include <chrono>
class VideoIODevice;
class OpenGLVideoIOBridge;
@@ -65,7 +64,7 @@ public:
std::string GetOscAddress() const;
void resizeGL(WORD width, WORD height);
void paintGL(bool force = false);
void paintGL();
private:
void resizeWindow(int width, int height);
@@ -93,7 +92,6 @@ private:
unsigned mCachedRenderStateHeight = 0;
std::atomic<bool> mUseCommittedLayerStates;
std::atomic<bool> mScreenshotRequested;
std::chrono::steady_clock::time_point mLastPreviewPresentTime;
bool InitOpenGLState();
void renderEffect();