2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 23:07:42 +00:00

Asynchronous shader compilation

This commit is contained in:
Jack Andersen
2019-06-15 20:25:18 -10:00
parent 106f7b8039
commit e1e920987f

View File

@@ -18,6 +18,7 @@ void ViewResources::init(boo::IGraphicsDataFactory* factory, FontCache* fcache,
init(ctx, *theme, fcache);
return true;
} BooTrace);
factory->waitUntilShadersReady();
}
void ViewResources::destroyResData() {