mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Fixed indentation and unnecessary whitespaces in Tutorial01.cpp and Tutorial04.cpp.
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Tutorial {
|
|||||||
i // uint32_t memoryTypeIndex
|
i // uint32_t memoryTypeIndex
|
||||||
};
|
};
|
||||||
|
|
||||||
if( vkAllocateMemory( GetDevice( ), &memory_allocate_info, nullptr, memory ) == VK_SUCCESS ) {
|
if( vkAllocateMemory( GetDevice(), &memory_allocate_info, nullptr, memory ) == VK_SUCCESS ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user