~ WIP port emscripen (WebGL)

This commit is contained in:
REMqb
2022-08-14 21:46:16 +02:00
committed by Jérôme Leclercq
parent 304bf35c08
commit f172330aaf
27 changed files with 721 additions and 36 deletions

View File

@@ -19,7 +19,8 @@ namespace Nz
Cocoa,
X11,
Wayland,
Windows
Windows,
Web
};
struct WindowHandle
@@ -39,7 +40,7 @@ namespace Nz
unsigned long window; //< Window
} x11;
struct
struct
{
void* display; //< wl_display*
void* surface; //< wl_surface*
@@ -50,6 +51,7 @@ namespace Nz
{
void* window; //< HWND
} windows;
};
};
}