mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 03:32:28 +00:00
feat(gx): create d3d device in d3d backend
This commit is contained in:
parent
c05ac69273
commit
f6d768ac59
3 changed files with 106 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ class CGxFormat {
|
|||
};
|
||||
|
||||
// Member variables
|
||||
bool hwTnL;
|
||||
int8_t window;
|
||||
int32_t maximize;
|
||||
Format depthFormat;
|
||||
|
|
@ -27,6 +28,7 @@ class CGxFormat {
|
|||
uint32_t sampleCount;
|
||||
Format colorFormat;
|
||||
uint32_t refreshRate;
|
||||
uint32_t vsync;
|
||||
C2iVector pos;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue