mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Issue #17 Change FPS hook render phase due to Vulkan changes
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user