Reformatted

This commit is contained in:
Alejandro Saucedo 2020-08-17 07:58:23 +01:00
parent 49b436f490
commit 93041b4519
14 changed files with 133 additions and 127 deletions

View file

@ -14,22 +14,18 @@
namespace kp {
class OpCreateTensor: BaseOp
class OpCreateTensor : BaseOp
{
private:
public:
private:
public:
OpCreateTensor();
OpCreateTensor(std::shared_ptr<vk::CommandBuffer> commandBuffer);
~OpCreateTensor();
private:
private:
std::shared_ptr<vk::CommandBuffer> mCommandBuffer;
};
} // End namespace kp