CErrorOutputWindow progress

This commit is contained in:
2025-01-29 18:38:05 -07:00
parent 7140b818a3
commit 9562b0dce0
7 changed files with 115 additions and 95 deletions

View File

@@ -309,7 +309,7 @@ public:
static float GetDepthNear() { return mDepthNear; }
static float GetDepthFar() { return mDepthFar; }
static bool IsBeginSceneClearFb();
static bool IsBeginSceneClearFb() { return mIsBeginSceneClearFb; }
static void SetIsBeginSceneClearFb(bool);
static void BeginScene();
static void EndScene();