Reformatted

This commit is contained in:
Alejandro Saucedo 2020-08-22 12:31:11 +01:00
parent 181efc954b
commit 5bb9046b49
11 changed files with 148 additions and 107 deletions

View file

@ -52,7 +52,7 @@ class Tensor
// Record functions
void recordCopyFrom(std::shared_ptr<Tensor> copyFromTensor);
// TODO: Add memory buffer barrier capabilities
//void recordBufferMemoryBarrier();
// void recordBufferMemoryBarrier();
// Util functions
vk::DescriptorBufferInfo constructDescriptorBufferInfo();