You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like the KMDOD in Microsoft's official Driver example
// Callback OS to report about the interrupt
pParam->DxgkInterface->DxgkCbNotifyInterrupt(pParam->DxgkInterface->DeviceHandle,&pParam->NotifyInterrupt);
// Now queue a DPC for this interrupt (to callback schedule at DCP level and let it do more work there)
// DxgkCbQueueDpc can return FALSE if there is already a DPC queued
// this is an acceptable condition
pParam->DxgkInterface->DxgkCbQueueDpc(pParam->DxgkInterface->DeviceHandle);
We can manually control vsync and trigger vblank interrupt。
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Just like the KMDOD in Microsoft's official Driver example
We can manually control vsync and trigger vblank interrupt。
Beta Was this translation helpful? Give feedback.
All reactions