Format all files based on clang-format file
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "copium/util/Common.h"
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include <queue>
|
||||
#include <functional>
|
||||
#include <queue>
|
||||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
#include "copium/util/Common.h"
|
||||
|
||||
namespace Copium
|
||||
{
|
||||
class Vulkan;
|
||||
|
||||
class Device
|
||||
{
|
||||
CP_DELETE_COPY_AND_MOVE_CTOR(Device);
|
||||
|
||||
public:
|
||||
Device();
|
||||
~Device();
|
||||
|
||||
Reference in New Issue
Block a user