From a162c98ce54159e3e7dbe867d908ce3276b7f633 Mon Sep 17 00:00:00 2001 From: grothedev Date: Thu, 2 Oct 2025 01:27:50 -0400 Subject: trying c++ impl --- cpp-timeplot/src/webgpu_impl.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cpp-timeplot/src/webgpu_impl.cpp (limited to 'cpp-timeplot/src/webgpu_impl.cpp') 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 -- cgit v1.2.3