Adds renderer backend interface and dummy backend.

Comments By: phosit, Stan
Tested By: Langbart, phosit
Differential Revision: https://code.wildfiregames.com/D4636
This was SVN commit r26858.
This commit is contained in:
vladislavbelov
2022-05-08 22:02:46 +00:00
parent c5f71d6b87
commit 62e589ab76
113 changed files with 2359 additions and 672 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ that of Atlas depending on commandline parameters.
#include "graphics/GameView.h"
#include "graphics/TextureManager.h"
#include "gui/GUIManager.h"
#include "renderer/backend/gl/Device.h"
#include "renderer/backend/IDevice.h"
#include "renderer/Renderer.h"
#include "rlinterface/RLInterface.h"
#include "scriptinterface/ScriptContext.h"