MCPcopy Create free account
hub / github.com/LukasBanana/LLGL / IsLoadingDone

Method IsLoadingDone

examples/Cpp/ExampleBase/ExampleBase.cpp:1031–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031bool ExampleBase::IsLoadingDone() const
1032{
1033 return loadingDone_;
1034}
1035
1036bool ExampleBase::IsScreenOriginLowerLeft() const
1037{

Callers 1

OnUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected