這是我第一次創建同步適配器,並且出現問題,我在Android開發人員網站上跟着教程https://developer.android.com/training/sync-adapters/creating-sync-adapter.html,但我似乎無法讓我的Sync工作。 我知道我做錯了什麼,但無法自己弄清楚。 SyncAdapter。 public class SyncAdapter exte
我想完美同步兩個屏幕輸出。我正在使用DirectX11,在單個視頻卡適配器上輸出兩個屏幕。目前我的基本算法是: mainloop:
{
for (int i=0;i<2;i++)
render the scene for output i
for (int i=0;i<2;i++)
swapchain(i)->Present()
}
一切正常。