[idd] make the dirver functional again

This commit is contained in:
Geoffrey McRae
2025-03-11 10:27:46 +00:00
parent bea198735a
commit 62c075cfb5
4 changed files with 5 additions and 19 deletions

View File

@@ -451,6 +451,8 @@ void CIndirectDeviceContext::SendFrame(int width, int height, int pitch, DXGI_FO
fi->frameSerial = m_frameSerial++;
fi->screenWidth = width;
fi->screenHeight = height;
fi->dataWidth = width;
fi->dataHeight = height;
fi->frameWidth = width;
fi->frameHeight = height;
fi->stride = width * bpp;