Moved opmult to use tpp file
This commit is contained in:
parent
7f38c1a519
commit
18fba90ec0
3 changed files with 16 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Defining OPMULT_H to ensure cpp class doesn't reimport
|
||||
#define OPMULT_H
|
||||
#pragma once
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
|
@ -48,3 +50,7 @@ class OpMult : public OpBase
|
|||
};
|
||||
|
||||
} // End namespace kp
|
||||
|
||||
// Including implemenation for template class
|
||||
#include "OpMult.tpp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue