summaryrefslogtreecommitdiff
path: root/cpp-timeplot/src/webgpu_impl.cpp
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2025-10-02 01:27:50 -0400
committergrothedev <grothedev@gmail.com>2025-10-02 01:27:50 -0400
commita162c98ce54159e3e7dbe867d908ce3276b7f633 (patch)
treeef49d87f7c5345e8ed08884da99a35af7b3c2b5b /cpp-timeplot/src/webgpu_impl.cpp
parent685ab63782daeb868a999ec65ef0ceb0883acb3e (diff)
trying c++ impl
Diffstat (limited to 'cpp-timeplot/src/webgpu_impl.cpp')
-rw-r--r--cpp-timeplot/src/webgpu_impl.cpp2
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>