Fixed build.

This commit is contained in:
Бранимир Караџић
2020-05-08 09:28:20 -07:00
parent 54cc65ce96
commit 12dce12b51

View File

@@ -29,11 +29,10 @@
# include <dawn_native/DawnNative.h>
# include <dawn/dawn_wsi.h>
# include <dawn/dawn_proc.h>
# else
# include <emscripten/emscripten.h>
# include <emscripten/html5.h>
# endif // !BX_PLATFORM_EMSCRIPTEN
#else
# include <emscripten/emscripten.h>
# include <emscripten/html5.h>
#endif // BGFX_CONFIG_RENDERER_WEBGPU
namespace bgfx { namespace webgpu
{