Format all files based on clang-format file

This commit is contained in:
Thraix
2026-01-28 22:27:57 +01:00
parent 6c1c558998
commit e5866b2dcb
138 changed files with 1923 additions and 1011 deletions
@@ -1,16 +1,17 @@
#pragma once
#include "copium/pipeline/ShaderBinding.h"
#include <set>
#include <string>
#include "copium/pipeline/ShaderBinding.h"
namespace Copium
{
class ShaderReflector
{
public:
std::set<ShaderBinding> bindings;
public:
ShaderReflector(const std::string& vertexGlslFile, const std::string& fragmentGlslFile);