nothing works yet

This commit is contained in:
RSDuck
2023-04-08 01:37:32 +02:00
parent f8fdc77e43
commit b11b5bf522
16 changed files with 3472 additions and 176 deletions

View File

@ -169,6 +169,7 @@ extern std::unique_ptr<Renderer3D> CurrentRenderer;
#ifdef OGLRENDERER_ENABLED
#include "GPU3D_OpenGL.h"
#include "GPU3D_Compute.h"
#endif
#endif