feat(gx): add window creation to d3d backend

This commit is contained in:
fallenoak 2023-03-05 16:13:31 -06:00 committed by GitHub
parent 2010aa8e4e
commit 80388f0279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 98 additions and 2 deletions

View file

@ -27,6 +27,7 @@ class CGxFormat {
uint32_t sampleCount;
Format colorFormat;
uint32_t refreshRate;
C2iVector pos;
};
#endif