mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on WebGPU support
This commit is contained in:
@@ -35,6 +35,8 @@ extern "C" {
|
||||
#define PULSE_COMPILER_INTEL
|
||||
#elif defined(_MSC_VER)
|
||||
#define PULSE_COMPILER_MSVC
|
||||
#elif __EMSCRIPTEN__
|
||||
#define PULSE_COMPILER_EMSCRIPTEN
|
||||
#else
|
||||
#define PULSE_COMPILER_UNKNOWN
|
||||
#warning "This compiler is not fully supported"
|
||||
|
||||
Reference in New Issue
Block a user