This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ghastrod
/
wgpu4
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Last commit before leaving
Ghastrod
1 year ago
parent
0a2ce45efb
commit
b857d2e609
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/compute.wgsl
+ 1
- 0
src/compute.wgsl
View File
@@ -1,4 +1,5 @@
@compute
+@workgroup_size(1)
fn compute() -> i32 {
42 * 42
}