feat(gx): create d3d device in d3d backend

This commit is contained in:
fallenoak 2023-03-05 19:49:29 -06:00 committed by GitHub
parent c05ac69273
commit f6d768ac59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 106 additions and 1 deletions

View file

@ -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;
};