Formatted EVERYTHING
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
#include "Graphics.h"
|
||||
#include "Shader.h"
|
||||
#include "Graphics.h"
|
||||
|
||||
|
||||
using namespace Seele::Gfx;
|
||||
|
||||
Graphics::Graphics()
|
||||
{
|
||||
shaderCompiler = new ShaderCompiler(this);
|
||||
}
|
||||
Graphics::Graphics() { shaderCompiler = new ShaderCompiler(this); }
|
||||
|
||||
Graphics::~Graphics()
|
||||
{
|
||||
}
|
||||
Graphics::~Graphics() {}
|
||||
|
||||
Reference in New Issue
Block a user