完成Vulkan渲染后端
This commit is contained in:
@@ -12,6 +12,9 @@ int main(int argc, char **argv)
|
||||
.filePath(QStringLiteral(
|
||||
"app/render/ocioconf/config.ocio"))));
|
||||
}
|
||||
if (qEnvironmentVariableIsEmpty("QT_QPA_PLATFORM")) {
|
||||
qputenv("QT_QPA_PLATFORM", "offscreen");
|
||||
}
|
||||
QApplication app(argc, argv);
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
|
||||
Reference in New Issue
Block a user