Dispatch interrupt outside of main pump.

This commit is contained in:
Ben Vanik
2013-10-19 00:46:11 -07:00
parent 562c86f76d
commit a63db2b7fd
3 changed files with 48 additions and 4 deletions

View File

@@ -42,6 +42,9 @@ private:
IDXGIFactory1* dxgi_factory_;
ID3D11Device* device_;
D3D11Window* window_;
HANDLE timer_queue_;
HANDLE vsync_timer_;
};