Skip to content

Commit

Permalink
Update gen_dawn.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
ASVIEST committed Jul 19, 2023
1 parent c31432e commit 4db3010
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions generator/gen_dawn.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ class pub DawnGenerator:
cd ($self.dawnDir)
cp scripts/standalone.gclient ".gclient"
gclient sync
one:
cd ($self.dawnDir)
gn gen "out"
one:
cd ($self.dawnDir)
ninja -C "out"
cd "out"
tree

self.webgpuHeader = readFile(
self.dawnDir/"out/gen/include/dawn/webgpu.h"
Expand Down

0 comments on commit 4db3010

Please sign in to comment.