Move most GPU things to Common.
It works after the move, on Windows and Android at least. Deletes the D3DX9 shader compiler loader, which was not used.
This commit is contained in:
parent
71ecd62ab4
commit
0e3a84b4a8
216 changed files with 742 additions and 1162 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "Common/File/FileUtil.h"
|
||||
#include "Common/File/DirListing.h"
|
||||
#include "Common/File/VFS/VFS.h"
|
||||
#include "gfx_es2/gpu_features.h"
|
||||
#include "Common/GPU/OpenGL/GLFeatures.h"
|
||||
|
||||
#include "Common/StringUtils.h"
|
||||
#include "Core/Config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue