clang-format vk_instance.h

This commit is contained in:
Miguel 2024-03-30 19:21:13 +01:00 committed by GitHub
parent e48d8b502c
commit df58cc6aab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,9 +284,9 @@ private:
/// Creates the VMA allocator handle /// Creates the VMA allocator handle
void CreateAllocator(); void CreateAllocator();
//Collects logging gpu info // Collects logging gpu info
void CollectToolingInfo(); void CollectToolingInfo();
private: private:
std::shared_ptr<Common::DynamicLibrary> library; std::shared_ptr<Common::DynamicLibrary> library;