mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[host] nvfbc: add additional debug output
This commit is contained in:
parent
e31874b809
commit
0057cf5377
@ -677,6 +677,10 @@ static CaptureResult nvfbc_waitFrame(CaptureFrame * frame,
|
||||
else
|
||||
this->shmStride = ALIGN_PAD(this->grabStride, 64);
|
||||
|
||||
DEBUG_INFO("Mode: %dx%d, stride: %u, shmStride: %u",
|
||||
this->grabWidth , this->grabHeight,
|
||||
this->grabStride, this->shmStride);
|
||||
|
||||
this->resChanged = false;
|
||||
++this->formatVer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user