Files
Seele/src/Engine/Graphics/Graphics.cpp
T

15 lines
193 B
C++

#include "Graphics.h"
#include "Shader.h"
#include "Graphics.h"
using namespace Seele::Gfx;
Graphics::Graphics()
{
shaderCompiler = new ShaderCompiler(this);
}
Graphics::~Graphics()
{
}