Skip to content

Commit d9e0446

Browse files
committed
Tweaks
1 parent e994076 commit d9e0446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/typegpu/tests/tgsl/shellless.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('shellless', () => {
5555
return dot(a, a);
5656
}
5757
58-
fn item_0() -> f32 {
58+
fn foo() -> f32 {
5959
return (dot2(vec2f(1, 2)) + dot2_1(vec3f(3, 4, 5)));
6060
}"
6161
`);

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ catalogs:
1212
jiti: ^2.6.0
1313
types:
1414
typescript: ^5.9.3
15-
'@webgpu/types': ^0.1.66
15+
"@webgpu/types": ^0.1.66
1616
"@types/three": "^0.180.0"
1717
test:
1818
vitest: ^3.2.4

0 commit comments

Comments
 (0)