Files
Seele/src/Engine/Graphics/Graphics.cpp
T
2024-06-09 12:20:53 +02:00

10 lines
167 B
C++

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