Sign in
dawn
/
dawn
/
8fd4ef26f5c6ede28d09d79d52dbdde931d1a718
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
struct.wgsl.expected.fxc.hlsl
blob: 2ec62875db4d68c9635e8c6be60b98f8e58993eb [
file
] [
log
] [
blame
]
struct
S
{
int
a
;
float
b
;
};
static
S v
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
return
;
}