Skip to content

Commit

Permalink
initial generated header
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Mar 7, 2024
1 parent f4cb9b9 commit 93ebc31
Show file tree
Hide file tree
Showing 3 changed files with 1,157 additions and 219 deletions.
12 changes: 12 additions & 0 deletions ffi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.PHONY: gen

# TODO: change 'gen' invocation to use submodule

gen:
cd ../../webgpu-headers && \
go run ./gen \
-schema ./schema.json \
-yaml ./webgpu.yml \
-header ./webgpu.h \
-yaml ../wgpu-native/ffi/wgpu.yml \
-header ../wgpu-native/ffi/wgpu.h
Loading

0 comments on commit 93ebc31

Please sign in to comment.