mirror of https://github.com/AxioDL/metaforce.git
Asynchronous shader compilation
This commit is contained in:
parent
106f7b8039
commit
e1e920987f
|
@ -18,6 +18,7 @@ void ViewResources::init(boo::IGraphicsDataFactory* factory, FontCache* fcache,
|
||||||
init(ctx, *theme, fcache);
|
init(ctx, *theme, fcache);
|
||||||
return true;
|
return true;
|
||||||
} BooTrace);
|
} BooTrace);
|
||||||
|
factory->waitUntilShadersReady();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ViewResources::destroyResData() {
|
void ViewResources::destroyResData() {
|
||||||
|
|
Loading…
Reference in New Issue