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
60107e7435
dawn-cmake
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
times.wgsl.expected.wgsl
10 lines
105 B
WebGPU Shading Language
Raw
Blame
History
struct
S
{
a
:
i32
,
}
@
group
(
0
)
@
binding
(
0
)
var
<
storage
,
read_write
>
v
:
S
;
fn
foo
(
)
{
v
.
a
*
=
2
;
}
Reference in New Issue
View Git Blame
Copy Permalink