简体   繁体   English

Windows8 App与台式机的DirectX性能

[英]DirectX Performance in Windows8 App vs Desktop

Is there a performance difference between DirectX in a Win8 Desktop App versus DirectX in a Win8 (Store) App? Win8桌面应用程序中的DirectX与Win8(商店)应用程序中的DirectX之间存在性能差异吗?
I am not interested in XAML. 我对XAML不感兴趣。

Afaik the store apps use a run - suspend - end cycle so I suppose there could be a small performance loss through abstraction. Afaik商店的应用程序使用run - suspend - end周期,因此我认为抽象可能会导致少量性能损失。 Am I right with this assumption? 这个假设对吗?
Or is there no noticeable difference? 还是没有明显的区别?

There is some additional startup and shutdown delay due to the animations that occur automatically (fractions of a second). 由于动画是自动发生的,因此会有一些额外的启动和关闭延迟(几分之一秒)。 Once you're in your render loop though it should be equivalent performance - there's no extra abstraction for native app code. 一旦进入渲染循环,尽管它应该具有同等的性能-本机应用程序代码没有多余的抽象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM