5 #include "VectorMath.h"
11 namespace LoadingScreenLayout
23 LoadingScreenLayout::Values layout;
26 v4 loadingBarBackgroundColor;
30 float screenOversampleScaling;
31 float fadeOutDurationSeconds;
34 bool dismissAfterTimeout;
37 : layout(LoadingScreenLayout::FullScreen)
38 , backgroundColor(v4::One())
39 , loadingBarColor(v4::One())
40 , loadingBarBackgroundColor(v4::Zero())
41 , loadingBarOffset(0.5f, 0.1f)
44 , screenOversampleScaling(1.f)
45 , fadeOutDurationSeconds(0.0f)
46 , timeoutSeconds(0.0f)
47 , hasProgressBar(
true)
48 , dismissAfterTimeout(
false)