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

@ -47,6 +47,7 @@ class CGxDevice {
// Static functions
static void Log(const char* format, ...);
static void Log(const CGxFormat& format);
#if defined(WHOA_SYSTEM_WIN)
static CGxDevice* NewD3d();
static CGxDevice* NewD3d9Ex();