Merge pull request #9344 from liamwhite/null
video_core: add null backend
This commit is contained in:
commit
f77cc6c412
20 changed files with 383 additions and 28 deletions
|
|
@ -219,6 +219,7 @@ private:
|
|||
|
||||
bool InitializeOpenGL();
|
||||
bool InitializeVulkan();
|
||||
void InitializeNull();
|
||||
bool LoadOpenGL();
|
||||
QStringList GetUnsupportedGLExtensions() const;
|
||||
|
||||
|
|
|
|||
Reference in a new issue