feat(gx): add device states to d3d backend

This commit is contained in:
fallenoak 2023-03-07 08:51:06 -06:00 committed by GitHub
parent dad7f47b1d
commit 5738079891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 193 additions and 1 deletions

View file

@ -227,6 +227,10 @@ CGxDeviceD3d::CGxDeviceD3d() : CGxDevice() {
// TODO
memset(this->m_deviceStates, 0xFF, sizeof(this->m_deviceStates));
// TODO
this->DeviceCreatePools();
this->DeviceCreateStreamBufs();
}