feat(linux): add graphical platform services
This commit is contained in:
parent
1628d9f587
commit
66f114b258
28 changed files with 1328 additions and 155 deletions
|
|
@ -72,6 +72,17 @@ internal sealed class DisplayFramePacingController : IDisposable
|
|||
{
|
||||
}
|
||||
|
||||
internal DisplayFramePacingController(
|
||||
bool uncappedRendering,
|
||||
FrameProfiler profiler,
|
||||
IFramePacingWaiterFactory waiterFactory)
|
||||
: this(
|
||||
uncappedRendering,
|
||||
profiler,
|
||||
new FramePacingController(waiterFactory))
|
||||
{
|
||||
}
|
||||
|
||||
internal DisplayFramePacingController(
|
||||
bool uncappedRendering,
|
||||
FrameProfiler profiler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue