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
|
|
@ -43,6 +43,7 @@ class CGxDeviceD3d : public CGxDevice {
|
|||
virtual int32_t StereoEnabled();
|
||||
|
||||
// Member functions
|
||||
CGxDeviceD3d();
|
||||
int32_t ICreateD3d();
|
||||
int32_t ICreateD3dDevice(const CGxFormat& format);
|
||||
bool ICreateWindow(CGxFormat& format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue