Issue #17 Change FPS hook render phase due to Vulkan changes

This commit is contained in:
Mat Sutcliffe
2020-05-29 20:38:18 +01:00
parent 43ae2d0ad4
commit cdd95a3a0b

View File

@@ -40,7 +40,7 @@ namespace XSwiftBus
static constexpr size_t c_maxSampleCount = 500;
static constexpr float c_framePeriodBudget = 0.05f;
FramePeriodSampler() : CDrawable(xplm_Phase_LastScene, false) {}
FramePeriodSampler() : CDrawable(xplm_Phase_Window, true) {}
std::tuple<float, float, float, float> getFrameStats()
{