Format all files based on clang-format file
This commit is contained in:
@@ -7,9 +7,11 @@ namespace Copium
|
||||
IndexBuffer::IndexBuffer(int indexCount)
|
||||
: Buffer{VK_BUFFER_USAGE_TRANSFER_DST_BIT | VK_BUFFER_USAGE_INDEX_BUFFER_BIT,
|
||||
VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
|
||||
indexCount * sizeof(uint16_t), 1},
|
||||
indexCount * sizeof(uint16_t),
|
||||
1},
|
||||
indexCount{indexCount}
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
void IndexBuffer::Bind(const CommandBuffer& commandBuffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user