Skip to content
Snippets Groups Projects
Commit ece9be6d authored by Christian Mattes's avatar Christian Mattes
Browse files

Add getter for Device on DisplayWindow

parent 3703359d
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ class DisplayWindow {
std::vector<SharedImageView> const &chainViews() const {
return mChainViews;
}
SharedDevice const& device() const { return mDevice; }
protected:
void buildSwapchain();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment