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
238716e833
dawn-cmake
/
test
/
tint
/
identifiers
/
underscore
/
double
/
struct.wgsl.expected.wgsl
13 lines
99 B
WebGPU Shading Language
Raw
Blame
History
struct
a
{
b
:
i32
,
}
struct
a__
{
b__
:
i32
,
}
fn
f
(
)
{
let
c
=
a__
(
)
;
let
d
=
c
.
b__
;
}
Reference in New Issue
View Git Blame
Copy Permalink