Skip to content
Snippets Groups Projects
Commit 911ff109 authored by Lars Hoerttrich's avatar Lars Hoerttrich
Browse files

[#22] Minor syntax-fix

parent 93f66c38
No related branches found
No related tags found
1 merge request!18Resolve "Resource Management"
Pipeline #24890 passed
...@@ -100,7 +100,7 @@ namespace vkcv ...@@ -100,7 +100,7 @@ namespace vkcv
*/ */
template<typename T> template<typename T>
Buffer<T> createBuffer(vkcv::BufferType bufferType,size_t size) { 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) ; PassHandle createRenderPass(const Renderpass &pass) ;
PipelineHandle createPipeline(const Pipeline &pipeline); PipelineHandle createPipeline(const Pipeline &pipeline);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment