Skip to content

Commit

Permalink
update webgpu_compiletest
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Jul 28, 2020
1 parent a5bb87e commit ba0b3e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/webgpu_dummy.cpp
Expand Up @@ -3,8 +3,9 @@
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

// Make sure these headers exist.
#include <webgpu/webgpu.h>
// Make sure this header exists and compiles
// (webgpu_cpp.h includes webgpu.h so that's tested too).
#include <webgpu/webgpu_cpp.h>

#include <emscripten.h>
#include <emscripten/html5_webgpu.h>
Expand Down

0 comments on commit ba0b3e8

Please sign in to comment.