This website requires JavaScript.
Explore
Help
Sign In
encounter
/
dawn-cmake
mirror of
https://github.com/encounter/dawn-cmake.git
Watch
1
Star
0
Fork
You've already forked dawn-cmake
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7517e213cf
dawn-cmake
/
test
/
tint
/
loops
/
while_with_continue.wgsl
9 lines
112 B
WebGPU Shading Language
Raw
Blame
History
fn
f
(
)
->
i32
{
var
i
:
i32
;
while
(
i
<
4
)
{
i
=
i
+
1
;
continue
;
}
return
i
;
}
Reference in New Issue
View Git Blame
Copy Permalink