Metal rendering works; high dpi rendering works; fix sokol_gfx_ext to work with metal without SDL

This commit is contained in:
2023-09-19 02:55:37 +00:00
parent 03c9f0c93d
commit 27aaa8e05d
12 changed files with 93 additions and 75 deletions

View File

@@ -13,9 +13,10 @@
#define NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#include "nuklear.h"
#include "sokol/sokol_app.h"
#include "sokol/sokol_gfx.h"
#include "sokol/sokol_app.h"
#include "nuklear.h"
#include "sokol/sokol_nuklear.h"
struct window;