diff options
| author | grothedev <grothedev@gmail.com> | 2025-10-02 01:27:50 -0400 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-10-02 01:27:50 -0400 |
| commit | a162c98ce54159e3e7dbe867d908ce3276b7f633 (patch) | |
| tree | ef49d87f7c5345e8ed08884da99a35af7b3c2b5b /cpp-timeplot/src/webgpu_impl.cpp | |
| parent | 685ab63782daeb868a999ec65ef0ceb0883acb3e (diff) | |
trying c++ impl
Diffstat (limited to 'cpp-timeplot/src/webgpu_impl.cpp')
| -rw-r--r-- | cpp-timeplot/src/webgpu_impl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp-timeplot/src/webgpu_impl.cpp b/cpp-timeplot/src/webgpu_impl.cpp new file mode 100644 index 0000000..e0f099b --- /dev/null +++ b/cpp-timeplot/src/webgpu_impl.cpp @@ -0,0 +1,2 @@ +#define WGPU_CPP_IMPLEMENTATION +#include <webgpu/webgpu.hpp> |
