add StartConcurrentRendering, FinishConcurrentRendering
(avoiding "BackgroundRendering" to avoid confusion with screen backgrounds)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#define GAME_LOOP_H
|
||||
|
||||
void GameLoop();
|
||||
void StartConcurrentRendering();
|
||||
void FinishConcurrentRendering();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user