mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): set supported texture formats in gx caps
This commit is contained in:
parent
907c3faf8f
commit
9fe6bc9cd6
5 changed files with 25 additions and 10 deletions
|
|
@ -218,6 +218,7 @@ class CGxDeviceD3d : public CGxDevice {
|
|||
D3DCAPS9 m_d3dCaps;
|
||||
int32_t m_d3dIsHwDevice = 0;
|
||||
D3DDISPLAYMODE m_desktopDisplayMode;
|
||||
D3DFORMAT m_devAdapterFormat;
|
||||
uint32_t m_deviceStates[DeviceStates_Last];
|
||||
|
||||
// Virtual member functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue