mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] remove the depth buffer, it's unused
This commit is contained in:
@@ -639,9 +639,10 @@ GrabStatus DXGI::GrabFrame(struct FrameInfo & frame, struct CursorInfo & cursor)
|
||||
frame.height = m_height;
|
||||
|
||||
switch (m_frameType)
|
||||
{
|
||||
case FRAME_TYPE_ARGB: return GrabFrameRaw (frame, cursor);
|
||||
{
|
||||
case FRAME_TYPE_NV12: return GrabFrameNV12(frame, cursor);
|
||||
case FRAME_TYPE_H264: return GrabFrameH264(frame, cursor);
|
||||
}
|
||||
|
||||
return GrabFrameRaw(frame, cursor);
|
||||
}
|
Reference in New Issue
Block a user