.
This commit is contained in:
parent
f49ebb5474
commit
3760337e0b
1 changed files with 7 additions and 1 deletions
|
|
@ -2,8 +2,14 @@
|
|||
#include "base.c"
|
||||
|
||||
#define SOKOL_IMPL
|
||||
#define SOKOL_METAL
|
||||
#define SOKOL_NO_ENTRY
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define SOKOL_METAL
|
||||
#else
|
||||
#define SOKOL_D3D11
|
||||
#endif
|
||||
|
||||
#include "sokol/sokol_app.h"
|
||||
#include "sokol/sokol_gfx.h"
|
||||
#include "sokol/sokol_glue.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue