1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Read-from-memory fixes, render target improvements

This commit is contained in:
Brian Fiete 2025-02-06 08:45:21 -08:00
parent 818ca48759
commit 60988fda8f
13 changed files with 87 additions and 17 deletions

View file

@ -12,6 +12,8 @@ public:
int mResizeNum;
bool mHasBeenTargeted;
bool mHasBeenDrawnTo;
bool mWantsClear;
bool mResetClear;
public:
RenderTarget();