Refactor of the shader class into a cleaner more functional graphics namespace and a procedural builder-style shader

This commit is contained in:
Ben Kyd
2023-04-23 14:10:02 +01:00
parent 5fd66cfdfa
commit b4e7a51400
7 changed files with 133 additions and 145 deletions

View File

@@ -4,7 +4,7 @@
#include "yolo/yolo.hpp"
using namespace inferno::core;
using namespace inferno;
Window::Window() {}