 |
VTK
9.3.0
|
Go to the documentation of this file.
10#include "webgpu/webgpu_cpp.h"
11#include <emscripten/html5_webgpu.h>
12#if __EMSCRIPTEN_major__ == 1 && \
13 (__EMSCRIPTEN_minor__ < 40 || (__EMSCRIPTEN_minor__ == 40 && __EMSCRIPTEN_tiny__ < 1))
14#error "Emscripten 1.40.1 or higher required"
16#elif defined(VTK_USE_DAWN_NATIVE)
17#include "dawn/webgpu_cpp.h"