accelerators can now be shared libraries and loaded at runtime

This commit is contained in:
benkyd
2022-10-21 14:28:23 +01:00
parent 3c2d9fdcc9
commit 8c5f1bd757
15 changed files with 102 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
#include "spdlog/spdlog.h"
#include "gl.h"
using namespace inferno;
using namespace core;
Window::Window(std::string title, int width, int height)
{