Small code refactoring.

This commit is contained in:
Pawel Lapinski
2018-03-20 10:25:34 +01:00
parent e903d62731
commit 40f5a89f05
11 changed files with 66 additions and 62 deletions

View File

@@ -154,7 +154,7 @@ namespace ApiWithoutSecrets {
const QueueParameters GetGraphicsQueue() const;
const QueueParameters GetPresentQueue() const;
const SwapChainParameters GetSwapChain() const;
const SwapChainParameters& GetSwapChain() const;
private:
OS::LibraryHandle VulkanLibrary;