From 911ff109bf7d6df72adb8facdfddba281fbf1705 Mon Sep 17 00:00:00 2001
From: Lars Hoerttrich <larshoerttrich@uni-koblenz.de>
Date: Wed, 19 May 2021 12:37:06 +0200
Subject: [PATCH] [#22] Minor syntax-fix

---
 include/vkcv/Core.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vkcv/Core.hpp b/include/vkcv/Core.hpp
index b898d488..c4ef0f8b 100644
--- a/include/vkcv/Core.hpp
+++ b/include/vkcv/Core.hpp
@@ -100,7 +100,7 @@ namespace vkcv
             */
         template<typename T>
         Buffer<T> createBuffer(vkcv::BufferType bufferType,size_t size) {
-            return Buffer<T>(m_Context.getDevice(),m_Context.getPhysicalDevice, bufferType,size);
+            return Buffer<T>(m_Context.getDevice(),m_Context.getPhysicalDevice(), bufferType,size);
         };
         PassHandle createRenderPass(const Renderpass &pass) ;
         PipelineHandle createPipeline(const Pipeline &pipeline);
-- 
GitLab