Reformatted
This commit is contained in:
parent
49b436f490
commit
93041b4519
14 changed files with 133 additions and 127 deletions
|
|
@ -9,10 +9,8 @@ namespace kp {
|
|||
|
||||
class BaseOp
|
||||
{
|
||||
private:
|
||||
|
||||
|
||||
public:
|
||||
private:
|
||||
public:
|
||||
BaseOp();
|
||||
BaseOp(std::shared_ptr<vk::CommandBuffer> commandBuffer);
|
||||
virtual ~BaseOp();
|
||||
|
|
@ -20,11 +18,9 @@ public:
|
|||
void init(std::string one, std::string two);
|
||||
void record();
|
||||
|
||||
private:
|
||||
private:
|
||||
std::shared_ptr<vk::Device> mDevice;
|
||||
std::shared_ptr<vk::CommandBuffer> mCommandBuffer;
|
||||
|
||||
};
|
||||
|
||||
} // End namespace kp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue