mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 09:58:10 +00:00
[c-host] app: inital capture is now working
This commit is contained in:
@@ -469,6 +469,7 @@ static bool dxgi_getFrame(CaptureFrame * frame)
|
||||
frame->width = this->width;
|
||||
frame->height = this->height;
|
||||
frame->pitch = this->pitch;
|
||||
frame->stride = this->stride;
|
||||
frame->format = this->format;
|
||||
|
||||
HRESULT status;
|
||||
|
Reference in New Issue
Block a user