Merge pull request #9344 from liamwhite/null

video_core: add null backend
This commit is contained in:
bunnei
2022-12-03 11:23:25 -08:00
committed by GitHub
20 changed files with 383 additions and 28 deletions

View File

@ -219,6 +219,7 @@ private:
bool InitializeOpenGL();
bool InitializeVulkan();
void InitializeNull();
bool LoadOpenGL();
QStringList GetUnsupportedGLExtensions() const;