Fix VRAM memory leak when releasing snapshots
This commit is contained in:
parent
f9985a36b3
commit
bf762f566f
6 changed files with 29 additions and 17 deletions
|
|
@ -6,6 +6,8 @@
|
|||
class CFramebuffer {
|
||||
public:
|
||||
|
||||
~CFramebuffer();
|
||||
|
||||
bool alloc(int w, int h);
|
||||
void bind();
|
||||
void release();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue