Skip to content

Commit

Permalink
Merge pull request linebender#225 from dfrg/vello-ify
Browse files Browse the repository at this point in the history
Rename piet-wgsl to vello!
  • Loading branch information
dfrg authored Dec 12, 2022
2 parents a7dbeb3 + 093af31 commit 3bc81af
Show file tree
Hide file tree
Showing 55 changed files with 314 additions and 368 deletions.
22 changes: 11 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"wgsl-analyzer.customImports": {
"bbox": "${workspaceFolder}/piet-wgsl/shader/shared/bbox.wgsl",
"blend": "${workspaceFolder}/piet-wgsl/shader/shared/blend.wgsl",
"bump": "${workspaceFolder}/piet-wgsl/shader/shared/bump.wgsl",
"clip": "${workspaceFolder}/piet-wgsl/shader/shared/clip.wgsl",
"config": "${workspaceFolder}/piet-wgsl/shader/shared/config.wgsl",
"cubic": "${workspaceFolder}/piet-wgsl/shader/shared/cubic.wgsl",
"drawtag": "${workspaceFolder}/piet-wgsl/shader/shared/drawtag.wgsl",
"pathtag": "${workspaceFolder}/piet-wgsl/shader/shared/pathtag.wgsl",
"ptcl": "${workspaceFolder}/piet-wgsl/shader/shared/ptcl.wgsl",
"segment": "${workspaceFolder}/piet-wgsl/shader/shared/segment.wgsl",
"tile": "${workspaceFolder}/piet-wgsl/shader/shared/tile.wgsl"
"bbox": "${workspaceFolder}/vello/shader/shared/bbox.wgsl",
"blend": "${workspaceFolder}/vello/shader/shared/blend.wgsl",
"bump": "${workspaceFolder}/vello/shader/shared/bump.wgsl",
"clip": "${workspaceFolder}/vello/shader/shared/clip.wgsl",
"config": "${workspaceFolder}/vello/shader/shared/config.wgsl",
"cubic": "${workspaceFolder}/vello/shader/shared/cubic.wgsl",
"drawtag": "${workspaceFolder}/vello/shader/shared/drawtag.wgsl",
"pathtag": "${workspaceFolder}/vello/shader/shared/pathtag.wgsl",
"ptcl": "${workspaceFolder}/vello/shader/shared/ptcl.wgsl",
"segment": "${workspaceFolder}/vello/shader/shared/segment.wgsl",
"tile": "${workspaceFolder}/vello/shader/shared/tile.wgsl"
},
"wgsl-analyzer.diagnostics.nagaVersion": "main",
"wgsl-analyzer.preprocessor.shaderDefs": ["full"]
Expand Down
Loading

0 comments on commit 3bc81af

Please sign in to comment.