mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
VideoBackends/OGL: Cache bounding box values between reads
This commit is contained in:
parent
0c11dca121
commit
7fd0a526e1
4 changed files with 89 additions and 14 deletions
|
@ -12,6 +12,9 @@ public:
|
|||
static void Init();
|
||||
static void Shutdown();
|
||||
|
||||
static void Flush();
|
||||
static void Readback();
|
||||
|
||||
static void Set(int index, int value);
|
||||
static int Get(int index);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue