Enable OpenSpace checking isUsingSwapGroups and isSwapGroupMaster

This commit is contained in:
Erik Broberg
2016-09-01 15:19:25 -04:00
parent af5c0c71e8
commit cc2c26a3e7
4 changed files with 26 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ public:
bool isRegularRendering() const override;
bool hasGuiWindow() const override;
bool isGuiWindow() const override;
bool isUsingSwapGroups() const override;
bool isSwapGroupMaster() const override;
glm::mat4 viewProjectionMatrix() const override;
glm::mat4 modelMatrix() const override;

View File

@@ -153,6 +153,11 @@ public:
*/
virtual bool isGuiWindow() const;
virtual bool isUsingSwapGroups() const;
virtual bool isSwapGroupMaster() const;
/**
* Returns the currently employed view-projection matrix. On default, this method will
* return the identity matrix.