Sign in
dawn
/
dawn
/
HEAD
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct.wgsl.expected.dxc.hlsl
blob: d927b52ab883e96950b8088f35c8ca843f510faa [
file
] [
log
] [
blame
]
struct
S
{
int
m
;
uint
n
;
};
uint
f
()
{
S a
=
(
S
)
0
;
return
a
.
n
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
f
();
}