Format all files based on clang-format file
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "copium/util/Common.h"
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
#include "copium/util/Common.h"
|
||||
|
||||
namespace Copium
|
||||
{
|
||||
class Instance;
|
||||
@@ -11,10 +11,12 @@ namespace Copium
|
||||
class DebugMessenger final
|
||||
{
|
||||
CP_DELETE_COPY_AND_MOVE_CTOR(DebugMessenger);
|
||||
|
||||
private:
|
||||
Instance& instance;
|
||||
|
||||
VkDebugUtilsMessengerEXT debugMessenger;
|
||||
|
||||
public:
|
||||
DebugMessenger(Instance& instance);
|
||||
~DebugMessenger();
|
||||
|
||||
Reference in New Issue
Block a user