* CFrameBuffer::waitForIdle: Added a parameter

to identify the execution at Debug Output
- For example: name of the calling function
This commit is contained in:
Michael Liebmann
2013-05-17 19:44:16 +02:00
parent 5eb7f4aea8
commit d460c50bd5
3 changed files with 10 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ class CFrameBuffer
bool Locked(void) { return locked; };
#ifdef USE_NEVIS_GXA
void add_gxa_sync_marker(void);
void waitForIdle(void);
void waitForIdle(const char* func=NULL);
#else
inline void waitForIdle(void) {};
#endif