mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Enable OpenSpace checking isUsingSwapGroups and isSwapGroupMaster
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user