mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-10 17:38:10 +00:00
[host] dxgi: fixed missed header update for timeout fix
This commit is contained in:
@@ -115,7 +115,7 @@ namespace Capture
|
|||||||
bool InitRawCapture();
|
bool InitRawCapture();
|
||||||
bool InitH264Capture();
|
bool InitH264Capture();
|
||||||
|
|
||||||
GrabStatus DXGI::GrabFrameTexture(FrameInfo & frame, ID3D11Texture2DPtr & texture);
|
GrabStatus DXGI::GrabFrameTexture(FrameInfo & frame, ID3D11Texture2DPtr & texture, bool & timeout);
|
||||||
GrabStatus DXGI::GrabFrameRaw (FrameInfo & frame);
|
GrabStatus DXGI::GrabFrameRaw (FrameInfo & frame);
|
||||||
GrabStatus DXGI::GrabFrameH264 (FrameInfo & frame);
|
GrabStatus DXGI::GrabFrameH264 (FrameInfo & frame);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user