This commit is contained in:
Erik Broberg
2016-09-01 15:25:56 -04:00
parent cc2c26a3e7
commit 9bdbf95961

View File

@@ -153,9 +153,14 @@ public:
*/
virtual bool isGuiWindow() const;
/**
* Returns <code>true</code> if the current rendering window is using swap groups.
*/
virtual bool isUsingSwapGroups() const;
/**
* Returns <code>true</code> if the current rendering window is master of the swap its group.
*/
virtual bool isSwapGroupMaster() const;
/**