mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): add ctor to CGxDeviceD3d
This commit is contained in:
parent
0419802663
commit
dad7f47b1d
2 changed files with 12 additions and 0 deletions
|
|
@ -220,6 +220,17 @@ LRESULT CGxDeviceD3d::WindowProcD3d(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
|
|||
return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
||||
}
|
||||
|
||||
CGxDeviceD3d::CGxDeviceD3d() : CGxDevice() {
|
||||
// TODO
|
||||
|
||||
this->m_api = GxApi_D3d9;
|
||||
|
||||
// TODO
|
||||
|
||||
this->DeviceCreatePools();
|
||||
this->DeviceCreateStreamBufs();
|
||||
}
|
||||
|
||||
void CGxDeviceD3d::CapsWindowSize(CRect& dst) {
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue